Deployment Args
data class DeploymentArgs(val deploymentPatternName: Output<String>? = null, val name: Output<String>? = null, val specifications: Output<Map<String, String>>? = null, val tags: Output<List<TagArgs>>? = null, val workloadName: Output<String>? = null) : ConvertibleToJava<DeploymentArgs>
Definition of AWS::LaunchWizard::Deployment Resource Type