Show / Hide Table of Contents

Class AttachmentState

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

Constructors

View Source

AttachmentState()

Declaration
public AttachmentState()

Properties

View Source

AlbTargetGroupArn

The ARN of an ALB Target Group.

Declaration
public Input<string> AlbTargetGroupArn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

AutoscalingGroupName

Name of ASG to associate with the ELB.

Declaration
public Input<string> AutoscalingGroupName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Elb

The name of the ELB.

Declaration
public Input<string> Elb { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.