DeploymentTargetConfigArgs

data class DeploymentTargetConfigArgs(val content: Output<String>) : ConvertibleToJava<DeploymentTargetConfigArgs>

Constructors

Link copied to clipboard
constructor(content: Output<String>)

Properties

Link copied to clipboard
val content: Output<String>

The full YAML contents of your configuration file.

Functions

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