class
Amazonite::CloudFormation::DeleteStackInstancesInput
- Amazonite::CloudFormation::DeleteStackInstancesInput
- Reference
- Object
Defined in:
cloudformation/delete_stack_instances_input.crConstructors
- .from_xml(node : XML::Node) : self
- .new(stack_set_name : String, regions : Array(String), retain_stacks : Bool, accounts : Array(String) | Nil = nil, deployment_targets : DeploymentTargets | Nil = nil, operation_preferences : StackSetOperationPreferences | Nil = nil, operation_id : String | Nil = nil, call_as : CallAs | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#accounts : Array(String) | Nil
[Self-managed permissions] The account IDs of the Amazon Web Services accounts that you want to delete stack instances for.
-
#accounts=(accounts : Array(String) | Nil)
[Self-managed permissions] The account IDs of the Amazon Web Services accounts that you want to delete stack instances for.
-
#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.
-
#deployment_targets : DeploymentTargets | Nil
[Service-managed permissions] The Organizations accounts from which to delete stack instances.
-
#deployment_targets=(deployment_targets : DeploymentTargets | Nil)
[Service-managed permissions] The Organizations accounts from which to delete stack instances.
-
#hash(hasher)
See
Object#hash(hasher) -
#operation_id : String | Nil
The unique identifier for this StackSet operation.
-
#operation_id=(operation_id : String | Nil)
The unique identifier 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.
-
#regions : Array(String)
The Amazon Web Services Regions where you want to delete StackSet instances.
-
#regions=(regions : Array(String))
The Amazon Web Services Regions where you want to delete StackSet instances.
-
#retain_stacks : Bool
Removes the stack instances from the specified StackSet, but doesn't delete the stacks.
-
#retain_stacks=(retain_stacks : Bool)
Removes the stack instances from the specified StackSet, but doesn't delete the stacks.
-
#stack_set_name : String
The name or unique ID of the StackSet that you want to delete stack instances for.
-
#stack_set_name=(stack_set_name : String)
The name or unique ID of the StackSet that you want to delete stack instances for.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
[Self-managed permissions] The account IDs of the Amazon Web Services accounts that you want to delete stack instances for.
You can specify Accounts or DeploymentTargets, but not both.
[Self-managed permissions] The account IDs of the Amazon Web Services accounts that you want to delete stack instances for.
You can specify Accounts or DeploymentTargets, but not both.
[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.
[Service-managed permissions] The Organizations accounts from which to delete stack instances.
You can specify Accounts or DeploymentTargets, but not both.
[Service-managed permissions] The Organizations accounts from which to delete stack instances.
You can specify Accounts or DeploymentTargets, but not both.
The unique identifier for this StackSet operation.
If you don't specify an operation ID, the SDK generates one automatically.
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 can retry StackSet operation requests to ensure that CloudFormation successfully received them.
Repeating this StackSet operation with a new operation ID retries all stack instances whose
status is OUTDATED.
The unique identifier for this StackSet operation.
If you don't specify an operation ID, the SDK generates one automatically.
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 can retry StackSet operation requests to ensure that CloudFormation successfully received them.
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.
The Amazon Web Services Regions where you want to delete StackSet instances.
The Amazon Web Services Regions where you want to delete StackSet instances.
Removes the stack instances from the specified StackSet, but doesn't delete the stacks. You can't reassociate a retained stack or add an existing, saved stack to a new stack set.
For more information, see StackSet operation options.
Removes the stack instances from the specified StackSet, but doesn't delete the stacks. You can't reassociate a retained stack or add an existing, saved stack to a new stack set.
For more information, see StackSet operation options.
The name or unique ID of the StackSet that you want to delete stack instances for.
The name or unique ID of the StackSet that you want to delete stack instances for.