Class EndpointGroupEndpointConfigurationArgs
Inherited Members
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class EndpointGroupEndpointConfigurationArgs : ResourceArgs
Constructors
View SourceEndpointGroupEndpointConfigurationArgs()
Declaration
public EndpointGroupEndpointConfigurationArgs()
Properties
View SourceEndpointId
An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.
Declaration
public Input<string> EndpointId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Weight
The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify.
Declaration
public Input<int> Weight { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |