AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the UpdateStackSet operation. Updates the StackSet and associated stack instances in the specified accounts and Amazon Web Services Regions.
Even if the StackSet operation created by updating the StackSet fails (completely or partially, below or above a specified failure tolerance), the StackSet is updated with your changes. Subsequent CreateStackInstances calls on the specified StackSet use the updated StackSet.
The maximum number of organizational unit (OUs) supported by a UpdateStackSet
operation is 50.
If you need more than 50, consider the following options:
Batch processing: If you don't want to expose your OU hierarchy, split up the operations into multiple calls with less than 50 OUs each.
Parent OU strategy: If you don't mind exposing the OU hierarchy, target a parent OU that contains all desired child OUs.
Namespace: Amazon.CloudFormation.Model
Assembly: AWSSDK.CloudFormation.dll
Version: 3.x.y.z
public class UpdateStackSetRequest : AmazonCloudFormationRequest IAmazonWebServiceRequest
The UpdateStackSetRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
UpdateStackSetRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
Accounts | System.Collections.Generic.List<System.String> |
Gets and sets the property Accounts. [Self-managed permissions] The accounts in which to update associated stack instances. If you specify accounts, you must also specify the Amazon Web Services Regions in which to update StackSet instances.
To update all the stack instances associated with this StackSet, don't specify
the
If the StackSet update includes changes to the template (that is, if the |
![]() |
AdministrationRoleARN | System.String |
Gets and sets the property AdministrationRoleARN. [Self-managed permissions] The Amazon Resource Name (ARN) of the IAM role to use to update this StackSet. Specify an IAM role only if you are using customized administrator roles to control which users or groups can manage specific StackSets within the same administrator account. For more information, see Grant self-managed permissions in the CloudFormation User Guide. If you specified a customized administrator role when you created the StackSet, you must specify a customized administrator role, even if it is the same customized administrator role used with this StackSet previously. |
![]() |
AutoDeployment | Amazon.CloudFormation.Model.AutoDeployment |
Gets and sets the property AutoDeployment. [Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organization or organizational unit (OU). For more information, see Enable or disable automatic deployments for StackSets in Organizations in the CloudFormation User Guide.
If you specify |
![]() |
CallAs | Amazon.CloudFormation.CallAs |
Gets and sets the property CallAs. [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.
By default,
|
![]() |
Capabilities | System.Collections.Generic.List<System.String> |
Gets and sets the property Capabilities. In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for CloudFormation to update the StackSet and its associated stack instances.
|
![]() |
DeploymentTargets | Amazon.CloudFormation.Model.DeploymentTargets |
Gets and sets the property DeploymentTargets. [Service-managed permissions] The Organizations accounts in which to update associated stack instances.
To update all the stack instances associated with this StackSet, do not specify
If the StackSet update includes changes to the template (that is, if |
![]() |
Description | System.String |
Gets and sets the property Description. A brief description of updates that you are making. |
![]() |
ExecutionRoleName | System.String |
Gets and sets the property ExecutionRoleName.
[Self-managed permissions] The name of the IAM execution role to use to update the
stack set. If you do not specify an execution role, CloudFormation uses the Specify an IAM role only if you are using customized execution roles to control which stack resources users and groups can include in their StackSets. If you specify a customized execution role, CloudFormation uses that role to update the stack. If you do not specify a customized execution role, CloudFormation performs the update using the role previously associated with the StackSet, so long as you have permissions to perform operations on the StackSet. |
![]() |
ManagedExecution | Amazon.CloudFormation.Model.ManagedExecution |
Gets and sets the property ManagedExecution. Describes whether CloudFormation performs non-conflicting operations concurrently and queues conflicting operations. |
![]() |
OperationId | System.String |
Gets and sets the property OperationId. The unique ID for this StackSet operation. The operation ID also functions as an idempotency token, to ensure that CloudFormation performs the StackSet operation only once, even if you retry the request multiple times. You might retry StackSet operation requests to ensure that CloudFormation successfully received them. If you don't specify an operation ID, CloudFormation generates one automatically.
Repeating this StackSet operation with a new operation ID retries all stack instances
whose status is |
![]() |
OperationPreferences | Amazon.CloudFormation.Model.StackSetOperationPreferences |
Gets and sets the property OperationPreferences. Preferences for how CloudFormation performs this StackSet operation. |
![]() |
Parameters | System.Collections.Generic.List<Amazon.CloudFormation.Model.Parameter> |
Gets and sets the property Parameters. A list of input parameters for the StackSet template. |
![]() |
PermissionModel | Amazon.CloudFormation.PermissionModels |
Gets and sets the property PermissionModel.
Describes how the IAM roles required for StackSet operations are created. You cannot
modify
|
![]() |
Regions | System.Collections.Generic.List<System.String> |
Gets and sets the property Regions. The Amazon Web Services Regions in which to update associated stack instances. If you specify Regions, you must also specify accounts in which to update StackSet instances.
To update all the stack instances associated with this StackSet, do not specify
the
If the StackSet update includes changes to the template (that is, if the |
![]() |
StackSetName | System.String |
Gets and sets the property StackSetName. The name or unique ID of the StackSet that you want to update. |
![]() |
Tags | System.Collections.Generic.List<Amazon.CloudFormation.Model.Tag> |
Gets and sets the property Tags. The key-value pairs to associate with this StackSet and the stacks created from it. CloudFormation also propagates these tags to supported resources that are created in the stacks. You can specify a maximum number of 50 tags. If you specify tags for this parameter, those tags replace any list of tags that are currently associated with this StackSet. This means:
If you specify new tags as part of an |
![]() |
TemplateBody | System.String |
Gets and sets the property TemplateBody. The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
Conditional: You must specify only one of the following parameters: |
![]() |
TemplateURL | System.String |
Gets and sets the property TemplateURL.
The URL of a file that contains the template body. The URL must point to a template
(maximum size: 1 MB) that is located in an Amazon S3 bucket or a Systems Manager document.
The location for an Amazon S3 bucket must start with
Conditional: You must specify only one of the following parameters: |
![]() |
UsePreviousTemplate | System.Boolean |
Gets and sets the property UsePreviousTemplate. Use the existing template that's associated with the StackSet that you're updating.
Conditional: You must specify only one of the following parameters: |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5