View source: R/cloudformation_operations.R
cloudformation_rollback_stack | R Documentation |
When specifying rollback_stack
, you preserve the state of previously provisioned resources when an operation fails. You can check the status of the stack through the describe_stacks
operation.
See https://www.paws-r-sdk.com/docs/cloudformation_rollback_stack/ for full documentation.
cloudformation_rollback_stack(
StackName,
RoleARN = NULL,
ClientRequestToken = NULL,
RetainExceptOnCreate = NULL
)
StackName |
[required] The name that's associated with the stack. |
RoleARN |
The Amazon Resource Name (ARN) of an Identity and Access Management role that CloudFormation assumes to rollback the stack. |
ClientRequestToken |
A unique identifier for this
|
RetainExceptOnCreate |
When set to Default: |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.