ConfigurationValueWithSecretsArgs

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

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
val secretConfigurationValue: Output<String>? = null

Name and value pairs that define the configuration value secrets. It can be a well formed escaped JSON string.

Functions

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