Parameter | Description |
---|---|
AWS Region(s) | A comma-separated list of AWS region(s) where this action will be executed. For example, to execute in US East and Europe, enter us-east-1,eu-west-1 .Alternatively, you can use the asterisk symbol * to run the action in all available AWS Regions. |
Account IDs | A comma-separated list of account IDs to retrieve membership relationship details for. Note: AWS account IDs must always be exactly 12 digits. IDs with fewer than 12 digits must be zero-padded at the beginning. For example, account ID 123123123 (9 digits) should be formatted as 000123123123 . |
Membership ID | The ID of the membership to check account associations against. |
{
"errors": [
{
"accountId": "string",
"error": "string",
"message": "string"
}
],
"items": [
{
"accountId": "string",
"relationshipStatus": "string",
"relationshipType": "string"
}
]
}
Was this page helpful?