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

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.configuration.getAggregationAuthorization

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:configuration:getAggregationAuthorization
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AuthorizedAccountId string
    The 12-digit account ID of the account authorized to aggregate data.
    AuthorizedAwsRegion string
    The region authorized to collect aggregated data.
    AuthorizedAccountId string
    The 12-digit account ID of the account authorized to aggregate data.
    AuthorizedAwsRegion string
    The region authorized to collect aggregated data.
    authorizedAccountId String
    The 12-digit account ID of the account authorized to aggregate data.
    authorizedAwsRegion String
    The region authorized to collect aggregated data.
    authorizedAccountId string
    The 12-digit account ID of the account authorized to aggregate data.
    authorizedAwsRegion string
    The region authorized to collect aggregated data.
    authorized_account_id str
    The 12-digit account ID of the account authorized to aggregate data.
    authorized_aws_region str
    The region authorized to collect aggregated data.
    authorizedAccountId String
    The 12-digit account ID of the account authorized to aggregate data.
    authorizedAwsRegion 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 string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi