GetEndpointGroupsGroup

data class GetEndpointGroupsGroup(val description: String, val endpointConfigurations: List<GetEndpointGroupsGroupEndpointConfiguration>, val endpointGroupId: String, val endpointGroupIpLists: List<String>, val endpointGroupRegion: String, val healthCheckIntervalSeconds: Int, val healthCheckPath: String, val healthCheckPort: Int, val healthCheckProtocol: String, val id: String, val listenerId: String, val name: String, val portOverrides: List<GetEndpointGroupsGroupPortOverride>, val status: String, val thresholdCount: Int, val trafficPercentage: Int)

Constructors

Link copied to clipboard
constructor(description: String, endpointConfigurations: List<GetEndpointGroupsGroupEndpointConfiguration>, endpointGroupId: String, endpointGroupIpLists: List<String>, endpointGroupRegion: String, healthCheckIntervalSeconds: Int, healthCheckPath: String, healthCheckPort: Int, healthCheckProtocol: String, id: String, listenerId: String, name: String, portOverrides: List<GetEndpointGroupsGroupPortOverride>, status: String, thresholdCount: Int, trafficPercentage: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The description of the endpoint group.

Link copied to clipboard

The endpointConfigurations of the endpoint group.

Link copied to clipboard

The endpoint_group_id of the Endpoint Group.

Link copied to clipboard

(Available since v1.213.1) The list of endpoint group IP addresses.

Link copied to clipboard

The ID of the region where the endpoint group is deployed.

Link copied to clipboard

The interval between two consecutive health checks. Unit: seconds.

Link copied to clipboard

The path specified as the destination of the targets for health checks.

Link copied to clipboard

The port that is used for health checks.

Link copied to clipboard

The protocol that is used to connect to the targets for health checks.

Link copied to clipboard
val id: String

The ID of the Endpoint Group.

Link copied to clipboard

The ID of the listener that is associated with the endpoint group.

Link copied to clipboard

The name of the endpoint group.

Link copied to clipboard

Mapping between listening port and forwarding port of boarding point.

Link copied to clipboard

The status of the endpoint group. Valid values: active, configuring, creating, init.

Link copied to clipboard

The number of consecutive failed heath checks that must occur before the endpoint is deemed unhealthy.

Link copied to clipboard

The weight of the endpoint group when the corresponding listener is associated with multiple endpoint groups.