Deployment Target Args
data class DeploymentTargetArgs(val config: Output<DeploymentTargetConfigArgs>, val imports: Output<List<DeploymentTargetImportArgs>>? = null) : ConvertibleToJava<DeploymentTargetArgs>
Constructors
Link copied to clipboard
fun DeploymentTargetArgs(config: Output<DeploymentTargetConfigArgs>, imports: Output<List<DeploymentTargetImportArgs>>? = null)