Workflow Args
data class WorkflowArgs(val changeDescription: Output<String>? = null, val data: Output<String>? = null, val description: Output<String>? = null, val kmsKeyId: Output<String>? = null, val name: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val type: Output<WorkflowType>? = null, val uri: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<WorkflowArgs>
Resource schema for AWS::ImageBuilder::Workflow
Constructors
Link copied to clipboard
constructor(changeDescription: Output<String>? = null, data: Output<String>? = null, description: Output<String>? = null, kmsKeyId: Output<String>? = null, name: Output<String>? = null, tags: Output<Map<String, String>>? = null, type: Output<WorkflowType>? = null, uri: Output<String>? = null, version: Output<String>? = null)