Show / Hide Table of Contents

Class TargetGroupAttachmentArgs

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

Constructors

View Source

TargetGroupAttachmentArgs()

Declaration
public TargetGroupAttachmentArgs()

Properties

View Source

AvailabilityZone

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

Port

The port on which targets receive traffic.

Declaration
public Input<int> Port { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

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

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