DeploymentResourcePropertiesArgs

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)

Properties

Link copied to clipboard

Deployment settings of the Deployment

Link copied to clipboard
val source: Output<UserSourceInfoArgs>? = null

Uploaded source information of the deployment.

Functions

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