Configuration Value With Secrets Args
data class ConfigurationValueWithSecretsArgs(val configurationGroupSchemaResourceReference: Output<Either<OpenDeploymentResourceReferenceArgs, SecretDeploymentResourceReferenceArgs>>? = null, val configurationType: Output<String>, val secretConfigurationValue: Output<String>? = null) : ConvertibleToJava<ConfigurationValueWithSecretsArgs>
The ConfigurationValue with secrets.
Constructors
Link copied to clipboard
constructor(configurationGroupSchemaResourceReference: Output<Either<OpenDeploymentResourceReferenceArgs, SecretDeploymentResourceReferenceArgs>>? = null, configurationType: Output<String>, secretConfigurationValue: 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 'Secret'.
Link copied to clipboard
Name and value pairs that define the configuration value secrets. It can be a well formed escaped JSON string.