EnvValue |
ISecret.envValue(String key) |
Returns EnvValue object from a secret's key.
|
EnvValue |
ISecret.envValue(String key,
EnvValueFromSecretOptions options) |
Returns EnvValue object from a secret's key.
|
default EnvValue |
ISecret.Jsii$Default.envValue(String key,
EnvValueFromSecretOptions options) |
Returns EnvValue object from a secret's key.
|
EnvValue |
ISecret.Jsii$Proxy.envValue(String key) |
Returns EnvValue object from a secret's key.
|
EnvValue |
ISecret.Jsii$Proxy.envValue(String key,
EnvValueFromSecretOptions options) |
Returns EnvValue object from a secret's key.
|
EnvValue |
Secret.envValue(String key) |
Returns EnvValue object from a secret's key.
|
EnvValue |
Secret.envValue(String key,
EnvValueFromSecretOptions options) |
Returns EnvValue object from a secret's key.
|
static EnvValue |
EnvValue.fromConfigMap(IConfigMap configMap,
String key) |
Create a value by reading a specific key inside a config map.
|
static EnvValue |
EnvValue.fromConfigMap(IConfigMap configMap,
String key,
EnvValueFromConfigMapOptions options) |
Create a value by reading a specific key inside a config map.
|
static EnvValue |
EnvValue.fromFieldRef(EnvFieldPaths fieldPath) |
Create a value from a field reference.
|
static EnvValue |
EnvValue.fromFieldRef(EnvFieldPaths fieldPath,
EnvValueFromFieldRefOptions options) |
Create a value from a field reference.
|
static EnvValue |
EnvValue.fromProcess(String key) |
Create a value from a key in the current process environment.
|
static EnvValue |
EnvValue.fromProcess(String key,
EnvValueFromProcessOptions options) |
Create a value from a key in the current process environment.
|
static EnvValue |
EnvValue.fromResource(ResourceFieldPaths resource) |
Create a value from a resource.
|
static EnvValue |
EnvValue.fromResource(ResourceFieldPaths resource,
EnvValueFromResourceOptions options) |
Create a value from a resource.
|
static EnvValue |
EnvValue.fromSecretValue(SecretValue secretValue) |
Defines an environment value from a secret JSON value.
|
static EnvValue |
EnvValue.fromSecretValue(SecretValue secretValue,
EnvValueFromSecretOptions options) |
Defines an environment value from a secret JSON value.
|
static EnvValue |
EnvValue.fromValue(String value) |
Create a value from the given argument.
|