GlobalAccelerator / Client / describe_cross_account_attachment
describe_cross_account_attachment#
- GlobalAccelerator.Client.describe_cross_account_attachment(**kwargs)#
- Gets configuration information about a cross-account attachment. - See also: AWS API Documentation - Request Syntax- response = client.describe_cross_account_attachment( AttachmentArn='string' ) - Parameters:
- AttachmentArn (string) – - [REQUIRED] - The Amazon Resource Name (ARN) for the cross-account attachment to describe. 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'CrossAccountAttachment': { 'AttachmentArn': 'string', 'Name': 'string', 'Principals': [ 'string', ], 'Resources': [ { 'EndpointId': 'string', 'Region': 'string' }, ], 'LastModifiedTime': datetime(2015, 1, 1), 'CreatedTime': datetime(2015, 1, 1) } } - Response Structure- (dict) – - CrossAccountAttachment (dict) – - Information about the cross-account attachment. - AttachmentArn (string) – - The Amazon Resource Name (ARN) of the cross-account attachment. 
- Name (string) – - The name of the cross-account attachment. 
- Principals (list) – - The principals included in the cross-account attachment. - (string) – 
 
- Resources (list) – - The resources included in the cross-account attachment. - (dict) – - An Amazon Web Services resource that is supported by Global Accelerator and can be added as an endpoint for an accelerator. - EndpointId (string) – - The endpoint ID for the endpoint (Amazon Web Services resource). 
- Region (string) – - The Amazon Web Services Region where a resource is located. 
 
 
- LastModifiedTime (datetime) – - The date and time that the cross-account attachment was last modified. 
- CreatedTime (datetime) – - The date and time that the cross-account attachment was created. 
 
 
 
 - Exceptions- GlobalAccelerator.Client.exceptions.AttachmentNotFoundException
- GlobalAccelerator.Client.exceptions.AccessDeniedException
- GlobalAccelerator.Client.exceptions.InternalServiceErrorException
- GlobalAccelerator.Client.exceptions.InvalidArgumentException