Uses of Interface
org.cdk8s.plus23.SecretValue
-
-
Uses of SecretValue in org.cdk8s.plus23
Classes in org.cdk8s.plus23 that implement SecretValue Modifier and Type Class Description static classSecretValue.Jsii$ProxyAn implementation forSecretValueMethods in org.cdk8s.plus23 that return SecretValue Modifier and Type Method Description SecretValueSecretValue.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus23 with parameters of type SecretValue Modifier and Type Method Description static EnvValueEnvValue. fromSecretValue(SecretValue secretValue)Defines an environment value from a secret JSON value.static EnvValueEnvValue. fromSecretValue(SecretValue secretValue, EnvValueFromSecretOptions options)Defines an environment value from a secret JSON value.
-