Class AttachmentState
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.AutoScaling
Assembly: Pulumi.Aws.dll
Syntax
public sealed class AttachmentState : ResourceArgs
Constructors
View SourceAttachmentState()
Declaration
public AttachmentState()
Properties
View SourceAlbTargetGroupArn
The ARN of an ALB Target Group.
Declaration
public Input<string> AlbTargetGroupArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AutoscalingGroupName
Name of ASG to associate with the ELB.
Declaration
public Input<string> AutoscalingGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Elb
The name of the ELB.
Declaration
public Input<string> Elb { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |