Show / Hide Table of Contents

Class EndpointGroupEndpointConfigurationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EndpointGroupEndpointConfigurationArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class EndpointGroupEndpointConfigurationArgs : ResourceArgs

Constructors

View Source

EndpointGroupEndpointConfigurationArgs()

Declaration
public EndpointGroupEndpointConfigurationArgs()

Properties

View Source

EndpointId

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

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