Class TargetType
How to interpret the load balancing target identifiers.
Inheritance
System.Object
TargetType
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public sealed class TargetType : Enum
Syntax (vb)
Public NotInheritable Class TargetType
Inherits
Enum
Synopsis
Fields
INSTANCE | Targets identified by instance ID. |
IP | Targets identified by IP address. |
LAMBDA | Target is a single Lambda Function. |
value__ |
Fields
INSTANCE
Targets identified by instance ID.
public const TargetType INSTANCE
Field Value
Type | Description |
---|---|
TargetType |
IP
Targets identified by IP address.
public const TargetType IP
Field Value
Type | Description |
---|---|
TargetType |
LAMBDA
Target is a single Lambda Function.
public const TargetType LAMBDA
Field Value
Type | Description |
---|---|
TargetType |
value__
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |