Deployment Resource Properties Args
data class DeploymentResourcePropertiesArgs(val deploymentSettings: Output<DeploymentSettingsArgs>? = null, val source: Output<UserSourceInfoArgs>? = null) : ConvertibleToJava<DeploymentResourcePropertiesArgs>
Deployment resource properties payload
Constructors
Link copied to clipboard
constructor(deploymentSettings: Output<DeploymentSettingsArgs>? = null, source: Output<UserSourceInfoArgs>? = null)