StackArgs

constructor(capabilities: Output<List<StackCapabilitiesItem>>? = null, description: Output<String>? = null, disableRollback: Output<Boolean>? = null, enableTerminationProtection: Output<Boolean>? = null, notificationArns: Output<List<String>>? = null, parameters: Output<Map<String, String>>? = null, roleArn: Output<String>? = null, stackName: Output<String>? = null, stackPolicyBody: Output<Any>? = null, stackPolicyUrl: Output<String>? = null, stackStatusReason: Output<String>? = null, tags: Output<List<TagArgs>>? = null, templateBody: Output<Any>? = null, templateUrl: Output<String>? = null, timeoutInMinutes: Output<Int>? = null)