Resource schema to add cloudformation stack instances to stacksets
To declare this entity in your AWS CloudFormation template, use the following syntax:
{ "Type" : "ProServe::Cloudformation::StackInstances", "Properties" : { "StackSetName" : String, "Capabilities" : [ String, ... ], "StackInstances" : StackInstances, "OperationPreferences" : OperationPreferences, "Parameters" : [ Parameter, ... ] } }
Type: ProServe::Cloudformation::StackInstances Properties: StackSetName: String Capabilities: - String StackInstances: StackInstances OperationPreferences: OperationPreferences Parameters: - Parameter
The name to associate with the stack set. The name must be unique in the Region where you create your stack set.
Required: Yes
Type: String
Maximum: 128
Pattern: ^[a-zA-Z][a-zA-Z0-9-]{0,127}$
Update requires: No interruption
In some cases, you must explicitly acknowledge that your stack set template contains certain capabilities in order for AWS CloudFormation to create the stack set and related stack instances.
Required: No
Type: List of String
Update requires: No interruption
Stack instances in some specific accounts and Regions.
Required: Yes
Type: StackInstances
Update requires: No interruption
The user-specified preferences for how AWS CloudFormation performs a stack set operation.
Required: No
Type: OperationPreferences
Update requires: No interruption
The input parameters for the stack set template.
Required: No
Type: List of Parameter
Update requires: No interruption
When you pass the logical ID of this resource to the intrinsic Ref
function, Ref returns the InstanceId.
The Fn::GetAtt
intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAtt
intrinsic function, see Fn::GetAtt.
Id is automatically generated on creation and assigned as the unique identifier.