Class TargetGroupAttachmentState
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.ApplicationLoadBalancing
Assembly: Pulumi.Aws.dll
Syntax
public sealed class TargetGroupAttachmentState : ResourceArgs
Constructors
View SourceTargetGroupAttachmentState()
Declaration
public TargetGroupAttachmentState()
Properties
View SourceAvailabilityZone
The Availability Zone where the IP address of the target is to be registered.
Declaration
public Input<string> AvailabilityZone { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Port
The port on which targets receive traffic.
Declaration
public Input<int> Port { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
TargetGroupArn
The ARN of the target group with which to register targets
Declaration
public Input<string> TargetGroupArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TargetId
The ID of the target. This is the Instance ID for an instance, or the container ID for an ECS container. If the target type is ip, specify an IP address. If the target type is lambda, specify the arn of lambda.
Declaration
public Input<string> TargetId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |