Package-level declarations
Types
Link copied to clipboard
Definition of AWS::LaunchWizard::Deployment Resource Type
Link copied to clipboard
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
Link copied to clipboard
class DeploymentArgsBuilder
Builder for DeploymentArgs.
Link copied to clipboard
Link copied to clipboard
Builder for Deployment.
Link copied to clipboard
object LaunchwizardFunctions
Functions
Link copied to clipboard
suspend fun deployment(name: String, block: suspend DeploymentResourceBuilder.() -> Unit): Deployment