Class AssociationTargetArgs
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.Ssm.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class AssociationTargetArgs : ResourceArgs
Constructors
View SourceAssociationTargetArgs()
Declaration
public AssociationTargetArgs()
Properties
View SourceKey
Either InstanceIds or tag:Tag Name to specify an EC2 tag.
Declaration
public Input<string> Key { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Values
A list of instance IDs or tag values. AWS currently limits this list size to one value.
Declaration
public InputList<string> Values { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |