You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>For more information on maximum concurrent accounts and failure tolerance, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-ops-options">Stack set operation options</a>.</p>
1544
1548
*/
1545
1549
exportinterfaceStackSetOperationPreferences{
1550
+
/**
1551
+
* <p>The concurrency type of deploying StackSets operations in regions, could be in parallel or one region at a time.</p>
* <p>Some templates contain macros. If your stack template contains one or more macros,
1945
-
* and you choose to create a stack directly from the processed template, without first
1946
-
* reviewing the resulting changes in a change set, you must acknowledge this
1952
+
* <p>Some templates reference macros. If your stack set template references one or more macros,
1953
+
* you must create the stack set directly from the processed template, without first
1954
+
* reviewing the resulting changes in a change set. To create the stack set directly, you must acknowledge this
1947
1955
* capability. For more information, see <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html">Using AWS CloudFormation Macros to Perform Custom Processing on
1948
1956
* Templates</a>.</p>
1949
-
* <note>
1950
-
* <p>Stack sets do not currently support macros in stack templates. (This includes
1951
-
* the <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html">AWS::Include</a> and <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">AWS::Serverless</a>
1952
-
* transforms, which are macros hosted by AWS CloudFormation.) Even if you specify this
1953
-
* capability, if you include a macro in your template the stack set operation will
1954
-
* fail.</p>
1955
-
* </note>
1957
+
* <important>
1958
+
* <p>Stack sets with service-managed permissions
1959
+
* do not currently support the use of macros in templates. (This includes
1960
+
* the <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html">AWS::Include</a> and <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">AWS::Serverless</a>
1961
+
* transforms, which are macros hosted by AWS CloudFormation.) Even if you specify this
1962
+
* capability for a stack set with service-managed permissions, if you reference a macro in your template the stack set operation will
* <p>[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.</p>
5112
+
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with self-managed permissions.</p>
5113
+
* <ul>
5114
+
* <li>
5115
+
* <p>If you are signed in to the management account, specify <code>SELF</code>.</p>
5116
+
* </li>
5117
+
* <li>
5118
+
* <p>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</p>
5119
+
* <p>Your AWS account must be registered as a delegated administrator in the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register a delegated administrator</a> in the <i>AWS CloudFormation User Guide</i>.</p>
* <p>Some templates contain macros. If your stack template contains one or more macros,
7662
-
* and you choose to update a stack directly from the processed template, without first
7663
-
* reviewing the resulting changes in a change set, you must acknowledge this
7685
+
* <p>Some templates reference macros. If your stack set template references one or more macros,
7686
+
* you must update the stack set directly from the processed template, without first
7687
+
* reviewing the resulting changes in a change set. To update the stack set directly, you must acknowledge this
7664
7688
* capability. For more information, see <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html">Using AWS CloudFormation Macros to Perform Custom Processing on
7665
-
* Templates</a>.</p>
7689
+
* Templates</a>.</p>
7666
7690
* <important>
7667
-
* <p>Stack sets do not currently support macros in stack templates. (This includes
7691
+
* <p>Stack sets with service-managed permissions
7692
+
* do not currently support the use of macros in templates. (This includes
7668
7693
* the <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html">AWS::Include</a> and <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">AWS::Serverless</a>
7669
7694
* transforms, which are macros hosted by AWS CloudFormation.) Even if you specify this
7670
-
* capability, if you include a macro in your template the stack set operation will
7695
+
* capability for a stack set with service-managed permissions, if you reference a macro in your template the stack set operation will
0 commit comments