CloudFront / Client / get_connection_group
get_connection_group¶
- CloudFront.Client.get_connection_group(**kwargs)¶
- Gets information about a connection group. - See also: AWS API Documentation - Request Syntax- response = client.get_connection_group( Identifier='string' ) - Parameters:
- Identifier (string) – - [REQUIRED] - The ID, name, or Amazon Resource Name (ARN) of the connection group. 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'ConnectionGroup': { 'Id': 'string', 'Name': 'string', 'Arn': 'string', 'CreatedTime': datetime(2015, 1, 1), 'LastModifiedTime': datetime(2015, 1, 1), 'Tags': { 'Items': [ { 'Key': 'string', 'Value': 'string' }, ] }, 'Ipv6Enabled': True|False, 'RoutingEndpoint': 'string', 'AnycastIpListId': 'string', 'Status': 'string', 'Enabled': True|False, 'IsDefault': True|False }, 'ETag': 'string' } - Response Structure- (dict) – - ConnectionGroup (dict) – - The connection group that you retrieved. - Id (string) – - The ID of the connection group. 
- Name (string) – - The name of the connection group. 
- Arn (string) – - The Amazon Resource Name (ARN) of the connection group. 
- CreatedTime (datetime) – - The date and time when the connection group was created. 
- LastModifiedTime (datetime) – - The date and time when the connection group was updated. 
- Tags (dict) – - A complex type that contains zero or more - Tagelements.- Items (list) – - A complex type that contains - Tagelements.- (dict) – - A complex type that contains - Tagkey and- Tagvalue.- Key (string) – - A string that contains - Tagkey.- The string length should be between 1 and 128 characters. Valid characters include - a-z,- A-Z,- 0-9, space, and the special characters- _ - . : / = + @.
- Value (string) – - A string that contains an optional - Tagvalue.- The string length should be between 0 and 256 characters. Valid characters include - a-z,- A-Z,- 0-9, space, and the special characters- _ - . : / = + @.
 
 
 
- Ipv6Enabled (boolean) – - IPv6 is enabled for the connection group. 
- RoutingEndpoint (string) – - The routing endpoint (also known as the DNS name) that is assigned to the connection group, such as d111111abcdef8.cloudfront.net. 
- AnycastIpListId (string) – - The ID of the Anycast static IP list. 
- Status (string) – - The status of the connection group. 
- Enabled (boolean) – - Whether the connection group is enabled. 
- IsDefault (boolean) – - Whether the connection group is the default connection group for the distribution tenants. 
 
- ETag (string) – - The current version of the connection group. 
 
 
 - Exceptions