Class GetTargetGroupResult
Inheritance
System.Object
GetTargetGroupResult
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()
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetTargetGroupResult
Fields
View Source
Arn
Declaration
public readonly string Arn
Field Value
| Type |
Description |
| System.String |
|
View Source
ArnSuffix
Declaration
public readonly string ArnSuffix
Field Value
| Type |
Description |
| System.String |
|
View Source
DeregistrationDelay
Declaration
public readonly int DeregistrationDelay
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
HealthCheck
Declaration
public readonly GetTargetGroupHealthCheckResult HealthCheck
Field Value
View Source
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public readonly bool LambdaMultiValueHeadersEnabled
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
LoadBalancingAlgorithmType
Declaration
public readonly string LoadBalancingAlgorithmType
Field Value
| Type |
Description |
| System.String |
|
View Source
Name
Declaration
public readonly string Name
Field Value
| Type |
Description |
| System.String |
|
View Source
Port
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
Protocol
Declaration
public readonly string Protocol
Field Value
| Type |
Description |
| System.String |
|
View Source
ProxyProtocolV2
Declaration
public readonly bool ProxyProtocolV2
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
SlowStart
Declaration
public readonly int SlowStart
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
Stickiness
Declaration
public readonly GetTargetGroupStickinessResult Stickiness
Field Value
View Source
Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
|
View Source
TargetType
Declaration
public readonly string TargetType
Field Value
| Type |
Description |
| System.String |
|
View Source
VpcId
Declaration
public readonly string VpcId
Field Value
| Type |
Description |
| System.String |
|