GlobalAccelerator / Client / list_cross_account_resource_accounts

list_cross_account_resource_accounts#

GlobalAccelerator.Client.list_cross_account_resource_accounts()#

List the accounts that have cross-account resources.

For more information, see Working with cross-account attachments and resources in Global Accelerator in the Global Accelerator Developer Guide.

See also: AWS API Documentation

Request Syntax

response = client.list_cross_account_resource_accounts()
Return type:

dict

Returns:

Response Syntax

{
    'ResourceOwnerAwsAccountIds': [
        'string',
    ]
}

Response Structure

  • (dict) –

    • ResourceOwnerAwsAccountIds (list) –

      The account IDs of principals (resource owners) in a cross-account attachment who can work with resources listed in the same attachment.

      • (string) –

Exceptions