DeploymentComponentDeploymentSpecificationArgs

data class DeploymentComponentDeploymentSpecificationArgs(val componentVersion: Output<String>? = null, val configurationUpdate: Output<DeploymentComponentConfigurationUpdateArgs>? = null, val runWith: Output<DeploymentComponentRunWithArgs>? = null) : ConvertibleToJava<DeploymentComponentDeploymentSpecificationArgs>

Constructors

constructor(componentVersion: Output<String>? = null, configurationUpdate: Output<DeploymentComponentConfigurationUpdateArgs>? = null, runWith: Output<DeploymentComponentRunWithArgs>? = null)

Properties

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

Functions

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