Deployment Target Args
data class DeploymentTargetArgs(val config: Output<DeploymentTargetConfigArgs>, val imports: Output<List<DeploymentTargetImportArgs>>? = null) : ConvertibleToJava<DeploymentTargetArgs>
Constructors
Link copied to clipboard
constructor(config: Output<DeploymentTargetConfigArgs>, imports: Output<List<DeploymentTargetImportArgs>>? = null)
Properties
Link copied to clipboard
The root configuration file to use for this deployment. Structure is documented below.
Link copied to clipboard
Specifies import files for this configuration. This can be used to import templates or other files. For example, you might import a text file in order to use the file in a template. Structure is documented below.