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
fun ConfigurationValueWithSecretsArgs(configurationGroupSchemaResourceReference: Output<Either<OpenDeploymentResourceReferenceArgs, SecretDeploymentResourceReferenceArgs>>? = null, configurationType: Output<String>, secretConfigurationValue: Output<String>? = null)
Functions
Properties
Link copied to clipboard
val configurationGroupSchemaResourceReference: Output<Either<OpenDeploymentResourceReferenceArgs, SecretDeploymentResourceReferenceArgs>>? = null