Configuration Value Without Secrets Args
data class ConfigurationValueWithoutSecretsArgs(val configurationGroupSchemaResourceReference: Output<Either<OpenDeploymentResourceReferenceArgs, SecretDeploymentResourceReferenceArgs>>? = null, val configurationType: Output<String>, val configurationValue: Output<String>? = null) : ConvertibleToJava<ConfigurationValueWithoutSecretsArgs>
The ConfigurationValue with no secrets.
Constructors
Link copied to clipboard
fun ConfigurationValueWithoutSecretsArgs(configurationGroupSchemaResourceReference: Output<Either<OpenDeploymentResourceReferenceArgs, SecretDeploymentResourceReferenceArgs>>? = null, configurationType: Output<String>, configurationValue: Output<String>? = null)
Functions
Properties
Link copied to clipboard
val configurationGroupSchemaResourceReference: Output<Either<OpenDeploymentResourceReferenceArgs, SecretDeploymentResourceReferenceArgs>>? = null