Describe Stack Refactor
cloudformation_describe_stack_refactor | R Documentation |
Describes the stack refactor status¶
Description¶
Describes the stack refactor status.
Usage¶
Arguments¶
StackRefactorId
[required] The ID associated with the stack refactor created from the
create_stack_refactor
action.
Value¶
A list with the following syntax:
list(
Description = "string",
StackRefactorId = "string",
StackIds = list(
"string"
),
ExecutionStatus = "UNAVAILABLE"|"AVAILABLE"|"OBSOLETE"|"EXECUTE_IN_PROGRESS"|"EXECUTE_COMPLETE"|"EXECUTE_FAILED"|"ROLLBACK_IN_PROGRESS"|"ROLLBACK_COMPLETE"|"ROLLBACK_FAILED",
ExecutionStatusReason = "string",
Status = "CREATE_IN_PROGRESS"|"CREATE_COMPLETE"|"CREATE_FAILED"|"DELETE_IN_PROGRESS"|"DELETE_COMPLETE"|"DELETE_FAILED",
StatusReason = "string"
)