AwsCloudFormationStackPropertiesArgs

data class AwsCloudFormationStackPropertiesArgs(val capabilities: Output<List<Either<String, Capabilities>>>? = null, val changeSetId: Output<String>? = null, val creationTime: Output<String>? = null, val description: Output<String>? = null, val disableRollback: Output<Boolean>? = null, val enableTerminationProtection: Output<Boolean>? = null, val lastUpdateTime: Output<String>? = null, val notificationARNs: Output<List<String>>? = null, val outputs: Output<List<OutputArgs>>? = null, val parameters: Output<Map<String, String>>? = null, val parentId: Output<String>? = null, val roleARN: Output<String>? = null, val rootId: Output<String>? = null, val stackId: Output<String>? = null, val stackName: Output<String>? = null, val stackPolicyBody: Output<Any>? = null, val stackPolicyURL: Output<String>? = null, val stackStatus: Output<Either<String, StackStatus>>? = null, val stackStatusReason: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val templateBody: Output<Any>? = null, val templateURL: Output<String>? = null, val timeoutInMinutes: Output<Int>? = null) : ConvertibleToJava<AwsCloudFormationStackPropertiesArgs>

Definition of awsCloudFormationStack

Constructors

Link copied to clipboard
constructor(capabilities: Output<List<Either<String, Capabilities>>>? = null, changeSetId: Output<String>? = null, creationTime: Output<String>? = null, description: Output<String>? = null, disableRollback: Output<Boolean>? = null, enableTerminationProtection: Output<Boolean>? = null, lastUpdateTime: Output<String>? = null, notificationARNs: Output<List<String>>? = null, outputs: Output<List<OutputArgs>>? = null, parameters: Output<Map<String, String>>? = null, parentId: Output<String>? = null, roleARN: Output<String>? = null, rootId: Output<String>? = null, stackId: Output<String>? = null, stackName: Output<String>? = null, stackPolicyBody: Output<Any>? = null, stackPolicyURL: Output<String>? = null, stackStatus: Output<Either<String, StackStatus>>? = null, stackStatusReason: Output<String>? = null, tags: Output<List<TagArgs>>? = null, templateBody: Output<Any>? = null, templateURL: Output<String>? = null, timeoutInMinutes: Output<Int>? = null)

Properties

Link copied to clipboard
val capabilities: Output<List<Either<String, Capabilities>>>? = null

Property capabilities

Link copied to clipboard
val changeSetId: Output<String>? = null

Property changeSetId

Link copied to clipboard
val creationTime: Output<String>? = null

Property creationTime

Link copied to clipboard
val description: Output<String>? = null

Property description

Link copied to clipboard
val disableRollback: Output<Boolean>? = null

Property disableRollback

Link copied to clipboard

Property enableTerminationProtection

Link copied to clipboard
val lastUpdateTime: Output<String>? = null

Property lastUpdateTime

Link copied to clipboard
val notificationARNs: Output<List<String>>? = null

Property notificationARNs

Link copied to clipboard
val outputs: Output<List<OutputArgs>>? = null

Property outputs

Link copied to clipboard
val parameters: Output<Map<String, String>>? = null

Property parameters

Link copied to clipboard
val parentId: Output<String>? = null

Property parentId

Link copied to clipboard
val roleARN: Output<String>? = null

Property roleARN

Link copied to clipboard
val rootId: Output<String>? = null

Property rootId

Link copied to clipboard
val stackId: Output<String>? = null

Property stackId

Link copied to clipboard
val stackName: Output<String>? = null

Property stackName

Link copied to clipboard
val stackPolicyBody: Output<Any>? = null

Property stackPolicyBody

Link copied to clipboard
val stackPolicyURL: Output<String>? = null

Property stackPolicyURL

Link copied to clipboard
val stackStatus: Output<Either<String, StackStatus>>? = null

Property stackStatus

Link copied to clipboard
val stackStatusReason: Output<String>? = null

Property stackStatusReason

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

Property tags

Link copied to clipboard
val templateBody: Output<Any>? = null

Property templateBody

Link copied to clipboard
val templateURL: Output<String>? = null

Property templateURL

Link copied to clipboard
val timeoutInMinutes: Output<Int>? = null

Property timeoutInMinutes

Functions

Link copied to clipboard
open override fun toJava(): AwsCloudFormationStackPropertiesArgs