Skip to content

Describe Stack Refactor

cloudformation_describe_stack_refactor R Documentation

Describes the stack refactor status

Description

Describes the stack refactor status.

Usage

cloudformation_describe_stack_refactor(StackRefactorId)

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"
)

Request syntax

svc$describe_stack_refactor(
  StackRefactorId = "string"
)