Class StackSetInstanceState
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.CloudFormation
Assembly: Pulumi.Aws.dll
Syntax
public sealed class StackSetInstanceState : ResourceArgs
Constructors
View SourceStackSetInstanceState()
Declaration
public StackSetInstanceState()
Properties
View SourceAccountId
Target AWS Account ID to create a Stack based on the StackSet. Defaults to current account.
Declaration
public Input<string> AccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ParameterOverrides
Key-value map of input parameters to override from the StackSet for this Instance.
Declaration
public InputMap<string> ParameterOverrides { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
Region
Target AWS Region to create a Stack based on the StackSet. Defaults to current region.
Declaration
public Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RetainStack
During resource destroy, remove Instance from StackSet while keeping the Stack and its associated resources. Must be enabled in the state before destroy operation to take effect. You cannot reassociate a retained Stack or add an existing, saved Stack to a new StackSet. Defaults to false.
Declaration
public Input<bool> RetainStack { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
StackId
Stack identifier
Declaration
public Input<string> StackId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StackSetName
Name of the StackSet.
Declaration
public Input<string> StackSetName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |