Get Stacks Stack
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)
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
The parameters.
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
The structure that contains the stack policy body.
Link copied to clipboard
Status Reason.
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.