DeploymentArgs

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

Constructors

Link copied to clipboard
constructor(deploymentPatternName: Output<String>? = null, name: Output<String>? = null, specifications: Output<Map<String, String>>? = null, tags: Output<List<TagArgs>>? = null, workloadName: Output<String>? = null)

Properties

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

Workload deployment pattern name

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

Name of LaunchWizard deployment

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

LaunchWizard deployment specifications

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

Tags for LaunchWizard deployment

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

Workload Name for LaunchWizard deployment

Functions

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