![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.launchwizard.kotlin.DeploymentArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.launchwizard.kotlin
import com.pulumi.awsnative.kotlin.inputs.TagArgs
import com.pulumi.awsnative.kotlin.inputs.TagArgsBuilder
import com.pulumi.awsnative.launchwizard.DeploymentArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.List
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* Definition of AWS::LaunchWizard::Deployment Resource Type
* @property deploymentPatternName Workload deployment pattern name
* @property name Name of LaunchWizard deployment
* @property specifications LaunchWizard deployment specifications
* @property tags Tags for LaunchWizard deployment
* @property workloadName Workload Name for LaunchWizard deployment
*/
public data class DeploymentArgs(
public val deploymentPatternName: Output? = null,
public val name: Output? = null,
public val specifications: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy