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 |
---|---|---|
listener_arn | string | The Amazon Resource Name (ARN) of the listener |
endpoint_group_region | string | The name of the AWS Region where the endpoint group is located |
endpoint_configurations | array | The list of endpoint objects. |
traffic_dial_percentage | number | The percentage of traffic to sent to an AWS Region |
health_check_port | integer | The port that AWS Global Accelerator uses to check the health of endpoints in this endpoint group. |
health_check_protocol | string | The protocol that AWS Global Accelerator uses to check the health of endpoints in this endpoint group. |
health_check_path | string | |
health_check_interval_seconds | integer | The time in seconds between each health check for an endpoint. Must be a value of 10 or 30 |
threshold_count | integer | The number of consecutive health checks required to set the state of the endpoint to unhealthy. |
endpoint_group_arn | string | The Amazon Resource Name (ARN) of the endpoint group |
port_overrides | array | |
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