GetConnectionGroupByRoutingEndpoint
Gets information about a connection group by using the endpoint that you specify.
Request Syntax
GET /2020-05-31/connection-group?RoutingEndpoint=RoutingEndpoint HTTP/1.1
    
      URI Request Parameters
The request uses the following URI parameters.
- RoutingEndpoint
 - 
               
The routing endpoint for the target connection group, such as d111111abcdef8.cloudfront.net.
Required: Yes
 
Request Body
The request does not have a request body.
Response Syntax
HTTP/1.1 200
<?xml version="1.0" encoding="UTF-8"?>
<ConnectionGroup>
   <AnycastIpListId>string</AnycastIpListId>
   <Arn>string</Arn>
   <CreatedTime>timestamp</CreatedTime>
   <Enabled>boolean</Enabled>
   <Id>string</Id>
   <Ipv6Enabled>boolean</Ipv6Enabled>
   <IsDefault>boolean</IsDefault>
   <LastModifiedTime>timestamp</LastModifiedTime>
   <Name>string</Name>
   <RoutingEndpoint>string</RoutingEndpoint>
   <Status>string</Status>
   <Tags>
      <Items>
         <Tag>
            <Key>string</Key>
            <Value>string</Value>
         </Tag>
      </Items>
   </Tags>
</ConnectionGroup>
    
      Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in XML format by the service.
- ConnectionGroup
 - 
               
Root level tag for the ConnectionGroup parameters.
Required: Yes
 - AnycastIpListId
 - 
               
The ID of the Anycast static IP list.
Type: String
 - Arn
 - 
               
The Amazon Resource Name (ARN) of the connection group.
Type: String
 - CreatedTime
 - 
               
The date and time when the connection group was created.
Type: Timestamp
 - Enabled
 - 
               
Whether the connection group is enabled.
Type: Boolean
 - Id
 - 
               
The ID of the connection group.
Type: String
 - Ipv6Enabled
 - 
               
IPv6 is enabled for the connection group.
Type: Boolean
 - IsDefault
 - 
               
Whether the connection group is the default connection group for the distribution tenants.
Type: Boolean
 - LastModifiedTime
 - 
               
The date and time when the connection group was updated.
Type: Timestamp
 - Name
 - 
               
The name of the connection group.
Type: String
 - RoutingEndpoint
 - 
               
The routing endpoint (also known as the DNS name) that is assigned to the connection group, such as d111111abcdef8.cloudfront.net.
Type: String
 - Status
 - 
               
The status of the connection group.
Type: String
 - Tags
 - 
               
A complex type that contains zero or more
Tagelements.Type: Tags object
 
Errors
For information about the errors that are common to all actions, see Common Errors.
- AccessDenied
 - 
               
Access denied.
HTTP Status Code: 403
 - EntityNotFound
 - 
               
The entity was not found.
HTTP Status Code: 404
 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: