Uses of Interface
org.cdk8s.plus22.SecretValue
-
-
Uses of SecretValue in org.cdk8s.plus22
Classes in org.cdk8s.plus22 that implement SecretValue Modifier and Type Class Description static classSecretValue.Jsii$ProxyAn implementation forSecretValueMethods in org.cdk8s.plus22 that return SecretValue Modifier and Type Method Description SecretValueSecretValue.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus22 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.
-