class Aws::ConfigService::Types::PutAggregationAuthorizationRequest
@note When making an API call, you may pass PutAggregationAuthorizationRequest
data as a hash: { authorized_account_id: "AccountId", # required authorized_aws_region: "AwsRegion", # required tags: [ { key: "TagKey", value: "TagValue", }, ], }
@!attribute [rw] authorized_account_id
The 12-digit account ID of the account authorized to aggregate data. @return [String]
@!attribute [rw] authorized_aws_region
The region authorized to collect aggregated data. @return [String]
@!attribute [rw] tags
An array of tag object. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutAggregationAuthorizationRequest AWS API Documentation
Constants
- SENSITIVE