Aws Cloud Formation Stack Properties Args
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
Property capabilities
Link copied to clipboard
Property changeSetId
Link copied to clipboard
Property creationTime
Link copied to clipboard
Property description
Link copied to clipboard
Property disableRollback
Link copied to clipboard
Property enableTerminationProtection
Link copied to clipboard
Property lastUpdateTime
Link copied to clipboard
Property notificationARNs
Link copied to clipboard
Property outputs
Link copied to clipboard
Property parameters
Link copied to clipboard
Property stackPolicyBody
Link copied to clipboard
Property stackPolicyURL
Link copied to clipboard
Property stackStatus
Link copied to clipboard
Property stackStatusReason
Link copied to clipboard
Property templateBody
Link copied to clipboard
Property templateURL
Link copied to clipboard
Property timeoutInMinutes