We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
aws-native.configuration.getAggregationAuthorization
Start a Neo task
Explain and create an aws-native.configuration.getAggregationAuthorization resource
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
Resource Type definition for AWS::Config::AggregationAuthorization
Using getAggregationAuthorization
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAggregationAuthorization(args: GetAggregationAuthorizationArgs, opts?: InvokeOptions): Promise<GetAggregationAuthorizationResult>
function getAggregationAuthorizationOutput(args: GetAggregationAuthorizationOutputArgs, opts?: InvokeOptions): Output<GetAggregationAuthorizationResult>def get_aggregation_authorization(authorized_account_id: Optional[str] = None,
authorized_aws_region: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAggregationAuthorizationResult
def get_aggregation_authorization_output(authorized_account_id: Optional[pulumi.Input[str]] = None,
authorized_aws_region: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAggregationAuthorizationResult]func LookupAggregationAuthorization(ctx *Context, args *LookupAggregationAuthorizationArgs, opts ...InvokeOption) (*LookupAggregationAuthorizationResult, error)
func LookupAggregationAuthorizationOutput(ctx *Context, args *LookupAggregationAuthorizationOutputArgs, opts ...InvokeOption) LookupAggregationAuthorizationResultOutput> Note: This function is named LookupAggregationAuthorization in the Go SDK.
public static class GetAggregationAuthorization
{
public static Task<GetAggregationAuthorizationResult> InvokeAsync(GetAggregationAuthorizationArgs args, InvokeOptions? opts = null)
public static Output<GetAggregationAuthorizationResult> Invoke(GetAggregationAuthorizationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAggregationAuthorizationResult> getAggregationAuthorization(GetAggregationAuthorizationArgs args, InvokeOptions options)
public static Output<GetAggregationAuthorizationResult> getAggregationAuthorization(GetAggregationAuthorizationArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:configuration:getAggregationAuthorization
arguments:
# arguments dictionaryThe following arguments are supported:
- string
- The 12-digit account ID of the account authorized to aggregate data.
- string
- The region authorized to collect aggregated data.
- string
- The 12-digit account ID of the account authorized to aggregate data.
- string
- The region authorized to collect aggregated data.
- String
- The 12-digit account ID of the account authorized to aggregate data.
- String
- The region authorized to collect aggregated data.
- string
- The 12-digit account ID of the account authorized to aggregate data.
- string
- The region authorized to collect aggregated data.
- str
- The 12-digit account ID of the account authorized to aggregate data.
- str
- The region authorized to collect aggregated data.
- String
- The 12-digit account ID of the account authorized to aggregate data.
- String
- The region authorized to collect aggregated data.
getAggregationAuthorization Result
The following output properties are available:
- string
- The ARN of the AggregationAuthorization.
-
List<Pulumi.
Aws Native. Outputs. Tag> - The tags for the AggregationAuthorization.
- string
- The ARN of the AggregationAuthorization.
- Tag
- The tags for the AggregationAuthorization.
- String
- The ARN of the AggregationAuthorization.
- List<Tag>
- The tags for the AggregationAuthorization.
- string
- The ARN of the AggregationAuthorization.
- Tag[]
- The tags for the AggregationAuthorization.
- str
- The ARN of the AggregationAuthorization.
- Sequence[root_Tag]
- The tags for the AggregationAuthorization.
- String
- The ARN of the AggregationAuthorization.
- List<Property Map>
- The tags for the AggregationAuthorization.
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
