Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

ProServe::Cloudformation::StackInstances

Resource schema to add cloudformation stack instances to stacksets

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{
    "Type" : "ProServe::Cloudformation::StackInstances",
    "Properties" : {
        "StackSetName" : String,
        "Capabilities" : [ String, ... ],
        "StackInstances" : StackInstances,
        "OperationPreferences" : OperationPreferences,
        "Parameters" : [ Parameter, ... ]
    }
}

YAML

Type: ProServe::Cloudformation::StackInstances
Properties:
    StackSetName: String
    Capabilities: 
      - String
    StackInstances: StackInstances
    OperationPreferences: OperationPreferences
    Parameters: 
      - Parameter

Properties

StackSetName

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

Capabilities

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

StackInstances

Stack instances in some specific accounts and Regions.

Required: Yes

Type: StackInstances

Update requires: No interruption

OperationPreferences

The user-specified preferences for how AWS CloudFormation performs a stack set operation.

Required: No

Type: OperationPreferences

Update requires: No interruption

Parameters

The input parameters for the stack set template.

Required: No

Type: List of Parameter

Update requires: No interruption

Return Values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the InstanceId.

Fn::GetAtt

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.

InstanceId

Id is automatically generated on creation and assigned as the unique identifier.