Deployment Properties Args
data class DeploymentPropertiesArgs(val helmChartPath: Output<String>? = null, val helmValues: Output<String>? = null, val kubeManifestLocations: Output<List<String>>? = null, val manifestType: Output<Either<String, ManifestType>>? = null, val overrides: Output<Map<String, String>>? = null) : ConvertibleToJava<DeploymentPropertiesArgs>