EndpointGroup

class EndpointGroup : KotlinCustomResource

Resource Type definition for AWS::GlobalAccelerator::EndpointGroup

Properties

Link copied to clipboard

The list of endpoint objects.

Link copied to clipboard

The Amazon Resource Name (ARN) of the endpoint group

Link copied to clipboard

The name of the AWS Region where the endpoint group is located

Link copied to clipboard

The time in seconds between each health check for an endpoint. Must be a value of 10 or 30

Link copied to clipboard
val healthCheckPath: Output<String>?

If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).

Link copied to clipboard
val healthCheckPort: Output<Int>?

The port that AWS Global Accelerator uses to check the health of endpoints in this endpoint group.

Link copied to clipboard

The protocol that AWS Global Accelerator uses to check the health of endpoints in this endpoint group.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val listenerArn: Output<String>

The Amazon Resource Name (ARN) of the listener

Link copied to clipboard

Allows you to override the destination ports used to route traffic to an endpoint. Using a port override lets you map a list of external destination ports (that your users send traffic to) to a list of internal destination ports that you want an application endpoint to receive traffic on.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val thresholdCount: Output<Int>?

The number of consecutive health checks required to set the state of the endpoint to unhealthy.

Link copied to clipboard

The percentage of traffic to sent to an AWS Region

Link copied to clipboard
val urn: Output<String>