Class: Aws::CloudFormation::Types::UpdateStackSetInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::UpdateStackSetInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accounts ⇒ Array<String>
[Self-managed permissions] The accounts in which to update associated stack instances.
-
#administration_role_arn ⇒ String
[Self-managed permissions] The Amazon Resource Name (ARN) of the IAM role to use to update this StackSet.
-
#auto_deployment ⇒ Types::AutoDeployment
[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organization or organizational unit (OU).
-
#call_as ⇒ String
[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.
-
#capabilities ⇒ Array<String>
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.
-
#deployment_targets ⇒ Types::DeploymentTargets
[Service-managed permissions] The Organizations accounts in which to update associated stack instances.
-
#description ⇒ String
A brief description of updates that you are making.
-
#execution_role_name ⇒ String
[Self-managed permissions] The name of the IAM execution role to use to update the stack set.
-
#managed_execution ⇒ Types::ManagedExecution
Describes whether CloudFormation performs non-conflicting operations concurrently and queues conflicting operations.
-
#operation_id ⇒ String
The unique ID for this StackSet operation.
-
#operation_preferences ⇒ Types::StackSetOperationPreferences
Preferences for how CloudFormation performs this StackSet operation.
-
#parameters ⇒ Array<Types::Parameter>
A list of input parameters for the StackSet template.
-
#permission_model ⇒ String
Describes how the IAM roles required for StackSet operations are created.
-
#regions ⇒ Array<String>
The Amazon Web Services Regions in which to update associated stack instances.
-
#stack_set_name ⇒ String
The name or unique ID of the StackSet that you want to update.
-
#tags ⇒ Array<Types::Tag>
The key-value pairs to associate with this StackSet and the stacks created from it.
-
#template_body ⇒ String
The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
-
#template_url ⇒ String
The URL of a file that contains the template body.
-
#use_previous_template ⇒ Boolean
Use the existing template that’s associated with the StackSet that you’re updating.
Instance Attribute Details
#accounts ⇒ Array<String>
[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 ‘Accounts` or `Regions` properties.
If the StackSet update includes changes to the template (that is, if the ‘TemplateBody` or `TemplateURL` properties are specified), or the `Parameters` property, CloudFormation marks all stack instances with a status of `OUTDATED` prior to updating the stack instances in the specified accounts and Amazon Web Services Regions. If the StackSet update does not include changes to the template or parameters, CloudFormation updates the stack instances in the specified accounts and Amazon Web Services Regions, while leaving all other stack instances with their existing stack instance status.
12055 12056 12057 12058 12059 12060 12061 12062 12063 12064 12065 12066 12067 12068 12069 12070 12071 12072 12073 12074 12075 12076 12077 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 12055 class UpdateStackSetInput < Struct.new( :stack_set_name, :description, :template_body, :template_url, :use_previous_template, :parameters, :capabilities, :tags, :operation_preferences, :administration_role_arn, :execution_role_name, :deployment_targets, :permission_model, :auto_deployment, :operation_id, :accounts, :regions, :call_as, :managed_execution) SENSITIVE = [] include Aws::Structure end |
#administration_role_arn ⇒ String
[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][1
-
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.
[1]: docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html
12055 12056 12057 12058 12059 12060 12061 12062 12063 12064 12065 12066 12067 12068 12069 12070 12071 12072 12073 12074 12075 12076 12077 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 12055 class UpdateStackSetInput < Struct.new( :stack_set_name, :description, :template_body, :template_url, :use_previous_template, :parameters, :capabilities, :tags, :operation_preferences, :administration_role_arn, :execution_role_name, :deployment_targets, :permission_model, :auto_deployment, :operation_id, :accounts, :regions, :call_as, :managed_execution) SENSITIVE = [] include Aws::Structure end |
#auto_deployment ⇒ Types::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 ‘AutoDeployment`, don’t specify ‘DeploymentTargets` or `Regions`.
[1]: docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-manage-auto-deployment.html
12055 12056 12057 12058 12059 12060 12061 12062 12063 12064 12065 12066 12067 12068 12069 12070 12071 12072 12073 12074 12075 12076 12077 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 12055 class UpdateStackSetInput < Struct.new( :stack_set_name, :description, :template_body, :template_url, :use_previous_template, :parameters, :capabilities, :tags, :operation_preferences, :administration_role_arn, :execution_role_name, :deployment_targets, :permission_model, :auto_deployment, :operation_id, :accounts, :regions, :call_as, :managed_execution) SENSITIVE = [] include Aws::Structure end |
#call_as ⇒ String
[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, ‘SELF` is specified. Use `SELF` for StackSets with self-managed permissions.
-
If you are signed in to the management account, specify ‘SELF`.
-
If you are signed in to a delegated administrator account, specify ‘DELEGATED_ADMIN`.
Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see
- Register a delegated administrator][1
-
in the *CloudFormation
User Guide*.
[1]: docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
12055 12056 12057 12058 12059 12060 12061 12062 12063 12064 12065 12066 12067 12068 12069 12070 12071 12072 12073 12074 12075 12076 12077 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 12055 class UpdateStackSetInput < Struct.new( :stack_set_name, :description, :template_body, :template_url, :use_previous_template, :parameters, :capabilities, :tags, :operation_preferences, :administration_role_arn, :execution_role_name, :deployment_targets, :permission_model, :auto_deployment, :operation_id, :accounts, :regions, :call_as, :managed_execution) SENSITIVE = [] include Aws::Structure end |
#capabilities ⇒ Array<String>
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.
-
‘CAPABILITY_IAM` and `CAPABILITY_NAMED_IAM`
Some stack templates might include resources that can affect permissions in your Amazon Web Services account, for example, by creating new IAM users. For those stacks sets, you must explicitly acknowledge this by specifying one of these capabilities.
The following IAM resources require you to specify either the ‘CAPABILITY_IAM` or `CAPABILITY_NAMED_IAM` capability.
-
If you have IAM resources, you can specify either capability.
-
If you have IAM resources with custom names, you must specify ‘CAPABILITY_NAMED_IAM`.
-
If you don’t specify either of these capabilities, CloudFormation returns an ‘InsufficientCapabilities` error.
If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.
- AWS::IAM::AccessKey][1
- AWS::IAM::Group][2
- AWS::IAM::InstanceProfile][3
- AWS::IAM::Policy][4
- AWS::IAM::Role][5
- AWS::IAM::User][6
- AWS::IAM::UserToGroupAddition][7
For more information, see [Acknowledging IAM resources in CloudFormation templates].
-
-
‘CAPABILITY_AUTO_EXPAND`
Some templates reference macros. If your StackSet template references one or more macros, you must update the StackSet directly from the processed template, without first reviewing the resulting changes in a change set. To update the StackSet directly, you must acknowledge this capability. For more information, see [Perform custom processing on CloudFormation templates with template macros].
StackSets with service-managed permissions do not currently support the use of macros in templates. (This includes the
- AWS::Include][10
-
and [AWS::Serverless] transforms, which are
macros hosted by CloudFormation.) Even if you specify this capability for a StackSet with service-managed permissions, if you reference a macro in your template the StackSet operation will fail.
[1]: docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-accesskey.html [2]: docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-group.html [3]: docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-instanceprofile.html [4]: docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-policy.html [5]: docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-role.html [6]: docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-user.html [7]: docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-usertogroupaddition.html [8]: docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html#using-iam-capabilities [9]: docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html [10]: docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-include.html [11]: docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html
12055 12056 12057 12058 12059 12060 12061 12062 12063 12064 12065 12066 12067 12068 12069 12070 12071 12072 12073 12074 12075 12076 12077 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 12055 class UpdateStackSetInput < Struct.new( :stack_set_name, :description, :template_body, :template_url, :use_previous_template, :parameters, :capabilities, :tags, :operation_preferences, :administration_role_arn, :execution_role_name, :deployment_targets, :permission_model, :auto_deployment, :operation_id, :accounts, :regions, :call_as, :managed_execution) SENSITIVE = [] include Aws::Structure end |
#deployment_targets ⇒ Types::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 ‘DeploymentTargets` or `Regions`.
If the StackSet update includes changes to the template (that is, if ‘TemplateBody` or `TemplateURL` is specified), or the `Parameters`, CloudFormation marks all stack instances with a status of `OUTDATED` prior to updating the stack instances in the specified accounts and Amazon Web Services Regions. If the StackSet update doesn’t include changes to the template or parameters, CloudFormation updates the stack instances in the specified accounts and Regions, while leaving all other stack instances with their existing stack instance status.
12055 12056 12057 12058 12059 12060 12061 12062 12063 12064 12065 12066 12067 12068 12069 12070 12071 12072 12073 12074 12075 12076 12077 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 12055 class UpdateStackSetInput < Struct.new( :stack_set_name, :description, :template_body, :template_url, :use_previous_template, :parameters, :capabilities, :tags, :operation_preferences, :administration_role_arn, :execution_role_name, :deployment_targets, :permission_model, :auto_deployment, :operation_id, :accounts, :regions, :call_as, :managed_execution) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A brief description of updates that you are making.
12055 12056 12057 12058 12059 12060 12061 12062 12063 12064 12065 12066 12067 12068 12069 12070 12071 12072 12073 12074 12075 12076 12077 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 12055 class UpdateStackSetInput < Struct.new( :stack_set_name, :description, :template_body, :template_url, :use_previous_template, :parameters, :capabilities, :tags, :operation_preferences, :administration_role_arn, :execution_role_name, :deployment_targets, :permission_model, :auto_deployment, :operation_id, :accounts, :regions, :call_as, :managed_execution) SENSITIVE = [] include Aws::Structure end |
#execution_role_name ⇒ String
[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 ‘AWSCloudFormationStackSetExecutionRole` role for the StackSet operation.
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.
12055 12056 12057 12058 12059 12060 12061 12062 12063 12064 12065 12066 12067 12068 12069 12070 12071 12072 12073 12074 12075 12076 12077 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 12055 class UpdateStackSetInput < Struct.new( :stack_set_name, :description, :template_body, :template_url, :use_previous_template, :parameters, :capabilities, :tags, :operation_preferences, :administration_role_arn, :execution_role_name, :deployment_targets, :permission_model, :auto_deployment, :operation_id, :accounts, :regions, :call_as, :managed_execution) SENSITIVE = [] include Aws::Structure end |
#managed_execution ⇒ Types::ManagedExecution
Describes whether CloudFormation performs non-conflicting operations concurrently and queues conflicting operations.
12055 12056 12057 12058 12059 12060 12061 12062 12063 12064 12065 12066 12067 12068 12069 12070 12071 12072 12073 12074 12075 12076 12077 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 12055 class UpdateStackSetInput < Struct.new( :stack_set_name, :description, :template_body, :template_url, :use_previous_template, :parameters, :capabilities, :tags, :operation_preferences, :administration_role_arn, :execution_role_name, :deployment_targets, :permission_model, :auto_deployment, :operation_id, :accounts, :regions, :call_as, :managed_execution) SENSITIVE = [] include Aws::Structure end |
#operation_id ⇒ String
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 ‘OUTDATED`.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
12055 12056 12057 12058 12059 12060 12061 12062 12063 12064 12065 12066 12067 12068 12069 12070 12071 12072 12073 12074 12075 12076 12077 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 12055 class UpdateStackSetInput < Struct.new( :stack_set_name, :description, :template_body, :template_url, :use_previous_template, :parameters, :capabilities, :tags, :operation_preferences, :administration_role_arn, :execution_role_name, :deployment_targets, :permission_model, :auto_deployment, :operation_id, :accounts, :regions, :call_as, :managed_execution) SENSITIVE = [] include Aws::Structure end |
#operation_preferences ⇒ Types::StackSetOperationPreferences
Preferences for how CloudFormation performs this StackSet operation.
12055 12056 12057 12058 12059 12060 12061 12062 12063 12064 12065 12066 12067 12068 12069 12070 12071 12072 12073 12074 12075 12076 12077 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 12055 class UpdateStackSetInput < Struct.new( :stack_set_name, :description, :template_body, :template_url, :use_previous_template, :parameters, :capabilities, :tags, :operation_preferences, :administration_role_arn, :execution_role_name, :deployment_targets, :permission_model, :auto_deployment, :operation_id, :accounts, :regions, :call_as, :managed_execution) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Array<Types::Parameter>
A list of input parameters for the StackSet template.
12055 12056 12057 12058 12059 12060 12061 12062 12063 12064 12065 12066 12067 12068 12069 12070 12071 12072 12073 12074 12075 12076 12077 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 12055 class UpdateStackSetInput < Struct.new( :stack_set_name, :description, :template_body, :template_url, :use_previous_template, :parameters, :capabilities, :tags, :operation_preferences, :administration_role_arn, :execution_role_name, :deployment_targets, :permission_model, :auto_deployment, :operation_id, :accounts, :regions, :call_as, :managed_execution) SENSITIVE = [] include Aws::Structure end |
#permission_model ⇒ String
Describes how the IAM roles required for StackSet operations are created. You cannot modify ‘PermissionModel` if there are stack instances associated with your stack set.
-
With ‘self-managed` permissions, you must create the administrator and execution roles required to deploy to target accounts. For more information, see [Grant self-managed permissions].
-
With ‘service-managed` permissions, StackSets automatically creates the IAM roles required to deploy to accounts managed by Organizations. For more information, see [Activate trusted access for StackSets with Organizations].
[1]: docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html [2]: docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-activate-trusted-access.html
12055 12056 12057 12058 12059 12060 12061 12062 12063 12064 12065 12066 12067 12068 12069 12070 12071 12072 12073 12074 12075 12076 12077 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 12055 class UpdateStackSetInput < Struct.new( :stack_set_name, :description, :template_body, :template_url, :use_previous_template, :parameters, :capabilities, :tags, :operation_preferences, :administration_role_arn, :execution_role_name, :deployment_targets, :permission_model, :auto_deployment, :operation_id, :accounts, :regions, :call_as, :managed_execution) SENSITIVE = [] include Aws::Structure end |
#regions ⇒ Array<String>
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 ‘Accounts` or `Regions` properties.
If the StackSet update includes changes to the template (that is, if the ‘TemplateBody` or `TemplateURL` properties are specified), or the `Parameters` property, CloudFormation marks all stack instances with a status of `OUTDATED` prior to updating the stack instances in the specified accounts and Regions. If the StackSet update does not include changes to the template or parameters, CloudFormation updates the stack instances in the specified accounts and Regions, while leaving all other stack instances with their existing stack instance status.
12055 12056 12057 12058 12059 12060 12061 12062 12063 12064 12065 12066 12067 12068 12069 12070 12071 12072 12073 12074 12075 12076 12077 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 12055 class UpdateStackSetInput < Struct.new( :stack_set_name, :description, :template_body, :template_url, :use_previous_template, :parameters, :capabilities, :tags, :operation_preferences, :administration_role_arn, :execution_role_name, :deployment_targets, :permission_model, :auto_deployment, :operation_id, :accounts, :regions, :call_as, :managed_execution) SENSITIVE = [] include Aws::Structure end |
#stack_set_name ⇒ String
The name or unique ID of the StackSet that you want to update.
12055 12056 12057 12058 12059 12060 12061 12062 12063 12064 12065 12066 12067 12068 12069 12070 12071 12072 12073 12074 12075 12076 12077 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 12055 class UpdateStackSetInput < Struct.new( :stack_set_name, :description, :template_body, :template_url, :use_previous_template, :parameters, :capabilities, :tags, :operation_preferences, :administration_role_arn, :execution_role_name, :deployment_targets, :permission_model, :auto_deployment, :operation_id, :accounts, :regions, :call_as, :managed_execution) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
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 don’t specify this parameter, CloudFormation doesn’t modify the stack’s tags.
-
If you specify any tags using this parameter, you must specify all the tags that you want associated with this StackSet, even tags you’ve specified before (for example, when creating the StackSet or during a previous update of the StackSet.). Any tags that you don’t include in the updated list of tags are removed from the StackSet, and therefore from the stacks and resources as well.
-
If you specify an empty value, CloudFormation removes all currently associated tags.
If you specify new tags as part of an ‘UpdateStackSet` action, CloudFormation checks to see if you have the required IAM permission to tag resources. If you omit tags that are currently associated with the StackSet from the list of tags you specify, CloudFormation assumes that you want to remove those tags from the StackSet, and checks to see if you have permission to untag resources. If you don’t have the necessary permission(s), the entire ‘UpdateStackSet` action fails with an `access denied` error, and the StackSet is not updated.
12055 12056 12057 12058 12059 12060 12061 12062 12063 12064 12065 12066 12067 12068 12069 12070 12071 12072 12073 12074 12075 12076 12077 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 12055 class UpdateStackSetInput < Struct.new( :stack_set_name, :description, :template_body, :template_url, :use_previous_template, :parameters, :capabilities, :tags, :operation_preferences, :administration_role_arn, :execution_role_name, :deployment_targets, :permission_model, :auto_deployment, :operation_id, :accounts, :regions, :call_as, :managed_execution) SENSITIVE = [] include Aws::Structure end |
#template_body ⇒ String
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: ‘TemplateBody` or `TemplateURL`—or set `UsePreviousTemplate` to true.
12055 12056 12057 12058 12059 12060 12061 12062 12063 12064 12065 12066 12067 12068 12069 12070 12071 12072 12073 12074 12075 12076 12077 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 12055 class UpdateStackSetInput < Struct.new( :stack_set_name, :description, :template_body, :template_url, :use_previous_template, :parameters, :capabilities, :tags, :operation_preferences, :administration_role_arn, :execution_role_name, :deployment_targets, :permission_model, :auto_deployment, :operation_id, :accounts, :regions, :call_as, :managed_execution) SENSITIVE = [] include Aws::Structure end |
#template_url ⇒ String
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 ‘https://`. S3 static website URLs are not supported.
Conditional: You must specify only one of the following parameters: ‘TemplateBody` or `TemplateURL`—or set `UsePreviousTemplate` to true.
12055 12056 12057 12058 12059 12060 12061 12062 12063 12064 12065 12066 12067 12068 12069 12070 12071 12072 12073 12074 12075 12076 12077 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 12055 class UpdateStackSetInput < Struct.new( :stack_set_name, :description, :template_body, :template_url, :use_previous_template, :parameters, :capabilities, :tags, :operation_preferences, :administration_role_arn, :execution_role_name, :deployment_targets, :permission_model, :auto_deployment, :operation_id, :accounts, :regions, :call_as, :managed_execution) SENSITIVE = [] include Aws::Structure end |
#use_previous_template ⇒ Boolean
Use the existing template that’s associated with the StackSet that you’re updating.
Conditional: You must specify only one of the following parameters: ‘TemplateBody` or `TemplateURL`—or set `UsePreviousTemplate` to true.
12055 12056 12057 12058 12059 12060 12061 12062 12063 12064 12065 12066 12067 12068 12069 12070 12071 12072 12073 12074 12075 12076 12077 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 12055 class UpdateStackSetInput < Struct.new( :stack_set_name, :description, :template_body, :template_url, :use_previous_template, :parameters, :capabilities, :tags, :operation_preferences, :administration_role_arn, :execution_role_name, :deployment_targets, :permission_model, :auto_deployment, :operation_id, :accounts, :regions, :call_as, :managed_execution) SENSITIVE = [] include Aws::Structure end |