1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. configuration
  5. getAggregationAuthorization

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.configuration.getAggregationAuthorization

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 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>
Copy
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]
Copy
func LookupAggregationAuthorization(ctx *Context, args *LookupAggregationAuthorizationArgs, opts ...InvokeOption) (*LookupAggregationAuthorizationResult, error)
func LookupAggregationAuthorizationOutput(ctx *Context, args *LookupAggregationAuthorizationOutputArgs, opts ...InvokeOption) LookupAggregationAuthorizationResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetAggregationAuthorizationResult> getAggregationAuthorization(GetAggregationAuthorizationArgs args, InvokeOptions options)
public static Output<GetAggregationAuthorizationResult> getAggregationAuthorization(GetAggregationAuthorizationArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:configuration:getAggregationAuthorization
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AuthorizedAccountId This property is required. string
The 12-digit account ID of the account authorized to aggregate data.
AuthorizedAwsRegion This property is required. string
The region authorized to collect aggregated data.
AuthorizedAccountId This property is required. string
The 12-digit account ID of the account authorized to aggregate data.
AuthorizedAwsRegion This property is required. string
The region authorized to collect aggregated data.
authorizedAccountId This property is required. String
The 12-digit account ID of the account authorized to aggregate data.
authorizedAwsRegion This property is required. String
The region authorized to collect aggregated data.
authorizedAccountId This property is required. string
The 12-digit account ID of the account authorized to aggregate data.
authorizedAwsRegion This property is required. string
The region authorized to collect aggregated data.
authorized_account_id This property is required. str
The 12-digit account ID of the account authorized to aggregate data.
authorized_aws_region This property is required. str
The region authorized to collect aggregated data.
authorizedAccountId This property is required. String
The 12-digit account ID of the account authorized to aggregate data.
authorizedAwsRegion This property is required. String
The region authorized to collect aggregated data.

getAggregationAuthorization Result

The following output properties are available:

AggregationAuthorizationArn string
The ARN of the AggregationAuthorization.
Tags List<Pulumi.AwsNative.Outputs.Tag>
The tags for the AggregationAuthorization.
AggregationAuthorizationArn string
The ARN of the AggregationAuthorization.
Tags Tag
The tags for the AggregationAuthorization.
aggregationAuthorizationArn String
The ARN of the AggregationAuthorization.
tags List<Tag>
The tags for the AggregationAuthorization.
aggregationAuthorizationArn string
The ARN of the AggregationAuthorization.
tags Tag[]
The tags for the AggregationAuthorization.
aggregation_authorization_arn str
The ARN of the AggregationAuthorization.
tags Sequence[root_Tag]
The tags for the AggregationAuthorization.
aggregationAuthorizationArn String
The ARN of the AggregationAuthorization.
tags List<Property Map>
The tags for the AggregationAuthorization.

Supporting Types

Tag

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the 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.27.0 published on Monday, Apr 14, 2025 by Pulumi