GetStacksStack

data class GetStacksStack(val deletionProtection: String, val description: String, val disableRollback: Boolean, val driftDetectionTime: String, val id: String, val parameters: List<GetStacksStackParameter>, val parentStackId: String, val ramRoleName: String, val rootStackId: String, val stackDriftStatus: String, val stackId: String, val stackName: String, val stackPolicyBody: String, val status: String, val statusReason: String, val tags: Map<String, String>, val templateDescription: String, val timeoutInMinutes: Int)

Constructors

Link copied to clipboard
constructor(deletionProtection: String, description: String, disableRollback: Boolean, driftDetectionTime: String, id: String, parameters: List<GetStacksStackParameter>, parentStackId: String, ramRoleName: String, rootStackId: String, stackDriftStatus: String, stackId: String, stackName: String, stackPolicyBody: String, status: String, statusReason: String, tags: Map<String, String>, templateDescription: String, timeoutInMinutes: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies whether to enable deletion protection on the stack.

Link copied to clipboard

The Description of the Stack.

Link copied to clipboard

Specifies whether to disable rollback on stack creation failure..

Link copied to clipboard

Drift DetectionTime.

Link copied to clipboard
val id: String

The ID of the Stack.

Link copied to clipboard
Link copied to clipboard

Parent Stack Id.

Link copied to clipboard

The RamRoleName.

Link copied to clipboard

Root Stack Id.

Link copied to clipboard

Stack DriftStatus.

Link copied to clipboard

Stack Id.

Link copied to clipboard

Stack Name.

Link copied to clipboard

The structure that contains the stack policy body.

Link copied to clipboard

The status of Stack. Valid Values: CREATE_COMPLETE, CREATE_FAILED, CREATE_IN_PROGRESS, DELETE_COMPLETE, DELETE_FAILED, DELETE_IN_PROGRESS, ROLLBACK_COMPLETE, ROLLBACK_FAILED, ROLLBACK_IN_PROGRESS.

Link copied to clipboard

Status Reason.

Link copied to clipboard

Query the instance bound to the tag. The format of the incoming value is json string, including TagKey and TagValue. TagKey cannot be null, and TagValue can be empty. Format example {"key1":"value1"}.

Link copied to clipboard

Template Description.

Link copied to clipboard

Specifies whether to use the values that were passed last time for the parameters that you do not specify in the current request.