ConfigurationValueWithoutSecretsArgs

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

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

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

Functions

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