Show / Hide Table of Contents

Class StackSetInstanceState

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

Constructors

View Source

StackSetInstanceState()

Declaration
public StackSetInstanceState()

Properties

View Source

AccountId

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

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

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

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

StackId

Stack identifier

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

StackSetName

Name of the StackSet.

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