class
Amazonite::CloudFormation::UpdateStackSetInput
- Amazonite::CloudFormation::UpdateStackSetInput
- Reference
- Object
Defined in:
cloudformation/update_stack_set_input.crConstructors
- .from_xml(node : XML::Node) : self
- .new(stack_set_name : String, description : String | Nil = nil, template_body : String | Nil = nil, template_url : String | Nil = nil, use_previous_template : Bool | Nil = nil, parameters : Array(Parameter) | Nil = nil, capabilities : Array(Capability) | Nil = nil, tags : Array(Tag) | Nil = nil, operation_preferences : StackSetOperationPreferences | Nil = nil, administration_role_arn : String | Nil = nil, execution_role_name : String | Nil = nil, deployment_targets : DeploymentTargets | Nil = nil, permission_model : PermissionModels | Nil = nil, auto_deployment : AutoDeployment | Nil = nil, operation_id : String | Nil = nil, accounts : Array(String) | Nil = nil, regions : Array(String) | Nil = nil, call_as : CallAs | Nil = nil, managed_execution : ManagedExecution | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#accounts : Array(String) | Nil
[Self-managed permissions] The accounts in which to update associated stack instances.
-
#accounts=(accounts : Array(String) | Nil)
[Self-managed permissions] The accounts in which to update associated stack instances.
-
#administration_role_arn : String | Nil
[Self-managed permissions] The Amazon Resource Name (ARN) of the IAM role to use to update this StackSet.
-
#administration_role_arn=(administration_role_arn : String | Nil)
[Self-managed permissions] The Amazon Resource Name (ARN) of the IAM role to use to update this StackSet.
-
#auto_deployment : AutoDeployment | Nil
[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organization or organizational unit (OU).
-
#auto_deployment=(auto_deployment : AutoDeployment | Nil)
[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organization or organizational unit (OU).
-
#call_as : CallAs | Nil
[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.
-
#call_as=(call_as : CallAs | Nil)
[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(Capability) | Nil
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.
-
#capabilities=(capabilities : Array(Capability) | Nil)
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 : DeploymentTargets | Nil
[Service-managed permissions] The Organizations accounts in which to update associated stack instances.
-
#deployment_targets=(deployment_targets : DeploymentTargets | Nil)
[Service-managed permissions] The Organizations accounts in which to update associated stack instances.
-
#description : String | Nil
A brief description of updates that you are making.
-
#description=(description : String | Nil)
A brief description of updates that you are making.
-
#execution_role_name : String | Nil
[Self-managed permissions] The name of the IAM execution role to use to update the stack set.
-
#execution_role_name=(execution_role_name : String | Nil)
[Self-managed permissions] The name of the IAM execution role to use to update the stack set.
-
#hash(hasher)
See
Object#hash(hasher) -
#managed_execution : ManagedExecution | Nil
Describes whether CloudFormation performs non-conflicting operations concurrently and queues conflicting operations.
-
#managed_execution=(managed_execution : ManagedExecution | Nil)
Describes whether CloudFormation performs non-conflicting operations concurrently and queues conflicting operations.
-
#operation_id : String | Nil
The unique ID for this StackSet operation.
-
#operation_id=(operation_id : String | Nil)
The unique ID for this StackSet operation.
-
#operation_preferences : StackSetOperationPreferences | Nil
Preferences for how CloudFormation performs this StackSet operation.
-
#operation_preferences=(operation_preferences : StackSetOperationPreferences | Nil)
Preferences for how CloudFormation performs this StackSet operation.
-
#parameters : Array(Parameter) | Nil
A list of input parameters for the StackSet template.
-
#parameters=(parameters : Array(Parameter) | Nil)
A list of input parameters for the StackSet template.
-
#permission_model : PermissionModels | Nil
Describes how the IAM roles required for StackSet operations are created.
-
#permission_model=(permission_model : PermissionModels | Nil)
Describes how the IAM roles required for StackSet operations are created.
-
#regions : Array(String) | Nil
The Amazon Web Services Regions in which to update associated stack instances.
-
#regions=(regions : Array(String) | Nil)
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.
-
#stack_set_name=(stack_set_name : String)
The name or unique ID of the StackSet that you want to update.
-
#tags : Array(Tag) | Nil
The key-value pairs to associate with this StackSet and the stacks created from it.
-
#tags=(tags : Array(Tag) | Nil)
The key-value pairs to associate with this StackSet and the stacks created from it.
-
#template_body : String | Nil
The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
-
#template_body=(template_body : String | Nil)
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 | Nil
The URL of a file that contains the template body.
-
#template_url=(template_url : String | Nil)
The URL of a file that contains the template body.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#use_previous_template : Bool | Nil
Use the existing template that's associated with the StackSet that you're updating.
-
#use_previous_template=(use_previous_template : Bool | Nil)
Use the existing template that's associated with the StackSet that you're updating.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
[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.
[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.
[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.
[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.
[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.
[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.
[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 in the CloudFormation User Guide.
[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 in the CloudFormation User Guide.
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_IAMandCAPABILITY_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
InsufficientCapabilitieserror.
If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.
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 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.
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_IAMandCAPABILITY_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
InsufficientCapabilitieserror.
If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.
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 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.
[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.
[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.
[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.
[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.
Describes whether CloudFormation performs non-conflicting operations concurrently and queues conflicting operations.
Describes whether CloudFormation performs non-conflicting operations concurrently and queues conflicting operations.
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.
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.
Preferences for how CloudFormation performs this StackSet operation.
Preferences for how CloudFormation performs this StackSet operation.
A list of input parameters for the StackSet template.
A list of input parameters for the StackSet template.
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-managedpermissions, you must create the administrator and execution roles required to deploy to target accounts. For more information, see Grant self-managed permissions. -
With
service-managedpermissions, 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.
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-managedpermissions, you must create the administrator and execution roles required to deploy to target accounts. For more information, see Grant self-managed permissions. -
With
service-managedpermissions, 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.
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.
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.
The name or unique ID of the StackSet that you want to update.
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.
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.
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.
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.
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.
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.
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.
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.