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
fun DeploymentResourcePropertiesArgs(deploymentSettings: Output<DeploymentSettingsArgs>? = null, source: Output<UserSourceInfoArgs>? = null)

Functions

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

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.