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