AWS::GlobalAccelerator::EndpointGroupResource Type definition for AWS::GlobalAccelerator::EndpointGroup
10 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
EndpointGroupRegion | string | RequiredCreate-only |
ListenerArn | string | RequiredCreate-only |
EndpointConfigurations | Array<EndpointConfiguration> | |
HealthCheckIntervalSeconds | integer | |
HealthCheckPath | string | |
HealthCheckPort | integer | |
HealthCheckProtocol | string | |
PortOverrides | Array<PortOverride> | |
ThresholdCount | integer | |
TrafficDialPercentage | number |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
EndpointGroupArn | string | The Amazon Resource Name (ARN) of the endpoint group |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::GlobalAccelerator::EndpointGroup
Resources:
MyResource:
Type: AWS::GlobalAccelerator::EndpointGroup
Properties:
ListenerArn: "arn:aws:service:region:account:resource"
EndpointGroupRegion: "value"Permissions CloudFormation needs in your IAM role to manage this resource.
globalaccelerator:CreateEndpointGroupglobalaccelerator:DescribeEndpointGroupglobalaccelerator:DescribeAcceleratorglobalaccelerator:DescribeListenerglobalaccelerator:ListAcceleratorsglobalaccelerator:ListListenersglobalaccelerator:DescribeEndpointGroupglobalaccelerator:UpdateEndpointGroupglobalaccelerator:DescribeEndpointGroupglobalaccelerator:DescribeListenerglobalaccelerator:DescribeAcceleratorglobalaccelerator:DeleteEndpointGroupglobalaccelerator:DescribeEndpointGroupglobalaccelerator:DescribeAcceleratorglobalaccelerator:ListEndpointGroupsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterEndpointGroupArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
EndpointGroupRegionListenerArn