endpoint_groups_list_only
Lists endpoint_groups in a region or regions, for all properties use endpoint_groups
Overview
| Name | endpoint_groups_list_only |
| Type | Resource |
| Description | Resource Type definition for AWS::GlobalAccelerator::EndpointGroup |
| Id | aws.globalaccelerator.endpoint_groups_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
endpoint_group_arn | string | The Amazon Resource Name (ARN) of the endpoint group |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all endpoint_groups in a region.
SELECT
region,
endpoint_group_arn
FROM aws.globalaccelerator.endpoint_groups_list_only
;
Permissions
For permissions required to operate on the endpoint_groups_list_only resource, see endpoint_groups