Class EndpointGroupEndpointConfiguration
Inheritance
System.Object
EndpointGroupEndpointConfiguration
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class EndpointGroupEndpointConfiguration
Fields
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 readonly string EndpointId
Field Value
| Type | Description |
|---|---|
| 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 readonly int? Weight
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |