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