Class EndpointGroupState
Inherited Members
Namespace: Pulumi.Aws.GlobalAccelerator
Assembly: Pulumi.Aws.dll
Syntax
public sealed class EndpointGroupState : ResourceArgs
Constructors
View SourceEndpointGroupState()
Declaration
public EndpointGroupState()
Properties
View SourceEndpointConfigurations
The list of endpoint objects. Fields documented below.
Declaration
public InputList<EndpointGroupEndpointConfigurationGetArgs> EndpointConfigurations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<EndpointGroupEndpointConfigurationGetArgs> |
EndpointGroupRegion
The name of the AWS Region where the endpoint group is located.
Declaration
public Input<string> EndpointGroupRegion { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
HealthCheckIntervalSeconds
The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.
Declaration
public Input<int> HealthCheckIntervalSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
HealthCheckPath
If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).
Declaration
public Input<string> HealthCheckPath { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
HealthCheckPort
The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.
Declaration
public Input<int> HealthCheckPort { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
HealthCheckProtocol
The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.
Declaration
public Input<string> HealthCheckProtocol { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ListenerArn
The Amazon Resource Name (ARN) of the listener.
Declaration
public Input<string> ListenerArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ThresholdCount
The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.
Declaration
public Input<int> ThresholdCount { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
TrafficDialPercentage
The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener. The default value is 100.
Declaration
public Input<double> TrafficDialPercentage { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Double> |