class
Amazonite::CloudFormation::CancelUpdateStackInput
- Amazonite::CloudFormation::CancelUpdateStackInput
- Reference
- Object
Overview
The input for the CancelUpdateStack action.
Defined in:
cloudformation/cancel_update_stack_input.crConstructors
- .from_xml(node : XML::Node) : self
- .new(stack_name : String, client_request_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#client_request_token : String | Nil
A unique identifier for this
CancelUpdateStackrequest. -
#client_request_token=(client_request_token : String | Nil)
A unique identifier for this
CancelUpdateStackrequest. -
#hash(hasher)
See
Object#hash(hasher) -
#stack_name : String
If you don't pass a parameter to
StackName, the API returns a response that describes all resources in the account. -
#stack_name=(stack_name : String)
If you don't pass a parameter to
StackName, the API returns a response that describes all resources in the account. - #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?.
A unique identifier for this CancelUpdateStack request. Specify this token if you plan to
retry requests so that CloudFormation knows that you're not attempting to cancel an update on a
stack with the same name. You might retry CancelUpdateStack requests to ensure that
CloudFormation successfully received them.
A unique identifier for this CancelUpdateStack request. Specify this token if you plan to
retry requests so that CloudFormation knows that you're not attempting to cancel an update on a
stack with the same name. You might retry CancelUpdateStack requests to ensure that
CloudFormation successfully received them.
If you don't pass a parameter to StackName, the API returns a response that describes all
resources in the account.
The IAM policy below can be added to IAM policies when you want to limit resource-level permissions and avoid returning a response when no parameter is sent in the request:
{ "Version": "2012-10-17", "Statement": [{ "Effect": "Deny", "Action": "cloudformation:DescribeStacks", "NotResource": "arn:aws:cloudformation:*:*:stack/*/*" }] }
The name or the unique stack ID that's associated with the stack.
If you don't pass a parameter to StackName, the API returns a response that describes all
resources in the account.
The IAM policy below can be added to IAM policies when you want to limit resource-level permissions and avoid returning a response when no parameter is sent in the request:
{ "Version": "2012-10-17", "Statement": [{ "Effect": "Deny", "Action": "cloudformation:DescribeStacks", "NotResource": "arn:aws:cloudformation:*:*:stack/*/*" }] }
The name or the unique stack ID that's associated with the stack.