Show / Hide Table of Contents

Class EndpointGroupArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EndpointGroupArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.GlobalAccelerator
Assembly: Pulumi.Aws.dll
Syntax
public sealed class EndpointGroupArgs : ResourceArgs

Constructors

View Source

EndpointGroupArgs()

Declaration
public EndpointGroupArgs()

Properties

View Source

EndpointConfigurations

The list of endpoint objects. Fields documented below.

Declaration
public InputList<EndpointGroupEndpointConfigurationArgs> EndpointConfigurations { get; set; }
Property Value
Type Description
InputList<EndpointGroupEndpointConfigurationArgs>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

ListenerArn

The Amazon Resource Name (ARN) of the listener.

Declaration
public Input<string> ListenerArn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.