Get Stack Result
data class GetStackResult(val capabilities: List<String>, val description: String, val disableRollback: Boolean, val iamRoleArn: String, val id: String, val name: String, val notificationArns: List<String>, val outputs: Map<String, String>, val parameters: Map<String, String>, val tags: Map<String, String>, val templateBody: String, val timeoutInMinutes: Int)
A collection of values returned by getStack.
Properties
Link copied to clipboard
List of capabilities
Link copied to clipboard
Description of the stack
Link copied to clipboard
Whether the rollback of the stack is disabled when stack creation fails
Link copied to clipboard
ARN of the IAM role used to create the stack.
Link copied to clipboard
List of SNS topic ARNs to publish stack related events
Link copied to clipboard
Map of parameters that specify input parameters for the stack.
Link copied to clipboard
Structure containing the template body.
Link copied to clipboard
Amount of time that can pass before the stack status becomes CREATE_FAILED