---
type: resource-type
title: EndpointGroup
description: aws resource type AWS::GlobalAccelerator::EndpointGroup
name: EndpointGroup
lexicon: aws
resource_type: AWS::GlobalAccelerator::EndpointGroup
---
`AWS::GlobalAccelerator::EndpointGroup`, a resource type of the aws lexicon.

## Properties

- `EndpointGroupRegion` (`string`, required): The name of the AWS Region where the endpoint group is located
- `ListenerArn` (`string`, required): The Amazon Resource Name (ARN) of the listener
- `EndpointConfigurations` (`EndpointGroup_EndpointConfiguration[]`, optional): The list of endpoint objects.
- `EndpointGroupArn` (`string`, optional): The Amazon Resource Name (ARN) of the endpoint group
- `HealthCheckIntervalSeconds` (`number`, optional): The time in seconds between each health check for an endpoint. Must be a value of 10 or 30
- `HealthCheckPath` (`string`, optional)
- `HealthCheckPort` (`number`, optional): The port that AWS Global Accelerator uses to check the health of endpoints in this endpoint group.
- `HealthCheckProtocol` (`"HTTP" | "HTTPS" | "TCP"`, optional): The protocol that AWS Global Accelerator uses to check the health of endpoints in this endpoint group.
- `PortOverrides` (`EndpointGroup_PortOverride[]`, optional)
- `ThresholdCount` (`number`, optional): The number of consecutive health checks required to set the state of the endpoint to unhealthy.
- `TrafficDialPercentage` (`number`, optional): The percentage of traffic to sent to an AWS Region

## Attributes

- `EndpointGroupArn`
