connection_groups_list_only
Lists connection_groups in a region or regions, for all properties use connection_groups
Overview
| Name | connection_groups_list_only |
| Type | Resource |
| Description | The connection group for your distribution tenants. When you first create a distribution tenant and you don't specify a connection group, CloudFront will automatically create a default connection group for you. When you create a new distribution tenant and don't specify a connection group, the default one will be associated with your distribution tenant. |
| Id | awscc.cloudfront.connection_groups_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
id | string | |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all connection_groups in a region.
SELECT
region,
id
FROM awscc.cloudfront.connection_groups_list_only
;
Permissions
For permissions required to operate on the connection_groups_list_only resource, see connection_groups