GetStackResult

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.

Constructors

Link copied to clipboard
constructor(capabilities: List<String>, description: String, disableRollback: Boolean, iamRoleArn: String, id: String, name: String, notificationArns: List<String>, outputs: Map<String, String>, parameters: Map<String, String>, tags: Map<String, String>, templateBody: String, timeoutInMinutes: Int)

Types

Link copied to clipboard
object Companion

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
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

List of SNS topic ARNs to publish stack related events

Link copied to clipboard

Map of outputs from the stack.

Link copied to clipboard

Map of parameters that specify input parameters for the stack.

Link copied to clipboard

Map of tags associated with this 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