AWS Config
  1. Root
AWS Config
  • Root
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
  1. Root

/

POST
/
Authorizes the aggregator account and region to collect data from the source account and region.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "AuthorizedAccountId": "string",
    "AuthorizedAwsRegion": "string",
    "Tags": []
}'
Response Response Example
200 - Example 1
{
  "AggregationAuthorization": {
    "AggregationAuthorizationArn": "string",
    "AuthorizedAccountId": "string",
    "AuthorizedAwsRegion": "string",
    "CreationTime": "string"
  }
}

Request

Header Params
X-Amz-Target
string 
required
Body Params application/json
AuthorizedAccountId
string 
required
The 12-digit account ID of the account authorized to aggregate data.
Match pattern:
\d{12}
AuthorizedAwsRegion
string 
required
The region authorized to collect aggregated data.
>= 1 characters<= 64 characters
Tags
array[object (Tag) {2}] 
optional
An array of tag object.
>= 0 items<= 50 items
Key
string 
optional
One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.
>= 1 characters<= 128 characters
Value
string 
optional
The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).
>= 0 characters<= 256 characters
Examples

Responses

🟢200Success
application/json
Body
AggregationAuthorization
object 
optional
Returns an AggregationAuthorization object.
AggregationAuthorizationArn
string 
optional
The Amazon Resource Name (ARN) of the aggregation object.
AuthorizedAccountId
string 
optional
The 12-digit account ID of the account authorized to aggregate data.
Match pattern:
\d{12}
AuthorizedAwsRegion
string 
optional
The region authorized to collect aggregated data.
>= 1 characters<= 64 characters
CreationTime
string <date-time>
optional
The time stamp when the aggregation authorization was created.
🟠480InvalidParameterValueException
Previous
/
Next
/
Built with