Deployment Component Deployment Specification Args
data class DeploymentComponentDeploymentSpecificationArgs(val componentVersion: Output<String>? = null, val configurationUpdate: Output<DeploymentComponentConfigurationUpdateArgs>? = null, val runWith: Output<DeploymentComponentRunWithArgs>? = null) : ConvertibleToJava<DeploymentComponentDeploymentSpecificationArgs>
Constructors
Link copied to clipboard
constructor(componentVersion: Output<String>? = null, configurationUpdate: Output<DeploymentComponentConfigurationUpdateArgs>? = null, runWith: Output<DeploymentComponentRunWithArgs>? = null)