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
constructor(configurationGroupSchemaResourceReference: Output<Either<OpenDeploymentResourceReferenceArgs, SecretDeploymentResourceReferenceArgs>>? = null, configurationType: Output<String>, configurationValue: Output<String>? = null)
Properties
Link copied to clipboard
val configurationGroupSchemaResourceReference: Output<Either<OpenDeploymentResourceReferenceArgs, SecretDeploymentResourceReferenceArgs>>? = null
The configuration group schema resource reference.
Link copied to clipboard
The secret type which indicates if secret or not. Expected value is 'Open'.
Link copied to clipboard
Name and value pairs that define the configuration value. It can be a well formed escaped JSON string.