Skip to content

Commit 79bd9e7

Browse files
author
AWS
committed
AWS CloudFormation Update: My AWS Service (placeholder) - Add a new feature Account-level Targeting for StackSet operation
1 parent 9e6e6a3 commit 79bd9e7

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS CloudFormation",
4+
"contributor": "",
5+
"description": "My AWS Service (placeholder) - Add a new feature Account-level Targeting for StackSet operation"
6+
}

services/cloudformation/src/main/resources/codegen-resources/service-2.json

+13
Original file line numberDiff line numberDiff line change
@@ -1064,6 +1064,15 @@
10641064
"type":"string",
10651065
"pattern":"^[0-9]{12}$"
10661066
},
1067+
"AccountFilterType":{
1068+
"type":"string",
1069+
"enum":[
1070+
"NONE",
1071+
"INTERSECTION",
1072+
"DIFFERENCE",
1073+
"UNION"
1074+
]
1075+
},
10671076
"AccountGateResult":{
10681077
"type":"structure",
10691078
"members":{
@@ -2064,6 +2073,10 @@
20642073
"OrganizationalUnitIds":{
20652074
"shape":"OrganizationalUnitIdList",
20662075
"documentation":"<p>The organization root ID or organizational unit (OU) IDs to which StackSets deploys.</p>"
2076+
},
2077+
"AccountFilterType":{
2078+
"shape":"AccountFilterType",
2079+
"documentation":"<p>Limit deployment targets to individual accounts or include additional accounts with provided OUs.</p> <p>The following is a list of possible values for the <code>AccountFilterType</code> operation.</p> <ul> <li> <p> <code>INTERSECTION</code>: StackSets deploys to the accounts specified in <code>Accounts</code> parameter. </p> </li> <li> <p> <code>DIFFERENCE</code>: StackSets excludes the accounts specified in <code>Accounts</code> parameter. This enables user to avoid certain accounts within an OU such as suspended accounts.</p> </li> <li> <p> <code>UNION</code>: (default value) StackSets includes additional accounts deployment targets. </p> <p>This is the default value if <code>AccountFilterType</code> is not provided. This enables user to update an entire OU and individual accounts from a different OU in one request, which used to be two separate requests.</p> </li> <li> <p> <code>NONE</code>: Deploys to all the accounts in specified organizational units (OU).</p> </li> </ul>"
20672080
}
20682081
},
20692082
"documentation":"<p>[Service-managed permissions] The Organizations accounts to which StackSets deploys. StackSets doesn't deploy stack instances to the organization management account, even if the organization management account is in your organization or in an OU in your organization.</p> <p>For update operations, you can specify either <code>Accounts</code> or <code>OrganizationalUnitIds</code>. For create and delete operations, specify <code>OrganizationalUnitIds</code>.</p>"

0 commit comments

Comments
 (0)