Package-level declarations

Types

Link copied to clipboard
class Deployment : KotlinCustomResource

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
Link copied to clipboard
object DeploymentMapper : ResourceMapper<Deployment>
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun deployment(name: String, block: suspend DeploymentResourceBuilder.() -> Unit): Deployment