Skip to main content

endpoint_groups_list_only

Lists endpoint_groups in a region or regions, for all properties use endpoint_groups

Overview

Nameendpoint_groups_list_only
TypeResource
DescriptionResource Type definition for AWS::GlobalAccelerator::EndpointGroup
Idaws.globalaccelerator.endpoint_groups_list_only

Fields

NameDatatypeDescription
listener_arnstringThe Amazon Resource Name (ARN) of the listener
endpoint_group_regionstringThe name of the AWS Region where the endpoint group is located
endpoint_configurationsarrayThe list of endpoint objects.
traffic_dial_percentagenumberThe percentage of traffic to sent to an AWS Region
health_check_portintegerThe port that AWS Global Accelerator uses to check the health of endpoints in this endpoint group.
health_check_protocolstringThe protocol that AWS Global Accelerator uses to check the health of endpoints in this endpoint group.
health_check_pathstring
health_check_interval_secondsintegerThe time in seconds between each health check for an endpoint. Must be a value of 10 or 30
threshold_countintegerThe number of consecutive health checks required to set the state of the endpoint to unhealthy.
endpoint_group_arnstringThe Amazon Resource Name (ARN) of the endpoint group
port_overridesarray
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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