DeploymentTargetImportArgs

data class DeploymentTargetImportArgs(val content: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<DeploymentTargetImportArgs>

Constructors

Link copied to clipboard
constructor(content: Output<String>? = null, name: Output<String>? = null)

Properties

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

The full contents of the template that you want to import.

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

The name of the template to import, as declared in the YAML configuration.

Functions

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