@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:46.547Z") @Stability(value=Stable) public interface BuildEnvironmentVariable extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
BuildEnvironmentVariable.Builder
A builder for
BuildEnvironmentVariable |
static class |
BuildEnvironmentVariable.Jsii$Proxy
An implementation for
BuildEnvironmentVariable |
| Modifier and Type | Method and Description |
|---|---|
static BuildEnvironmentVariable.Builder |
builder() |
default BuildEnvironmentVariableType |
getType()
The type of environment variable.
|
Object |
getValue()
The value of the environment variable.
|
@Stability(value=Stable) @NotNull Object getValue()
For plain-text variables (the default), this is the literal value of variable.
For SSM parameter variables, pass the name of the parameter here (parameterName property of IParameter).
For SecretsManager variables secrets, pass the secret name here (secretName property of ISecret).
@Stability(value=Stable) @Nullable default BuildEnvironmentVariableType getType()
Default: PlainText
@Stability(value=Stable) static BuildEnvironmentVariable.Builder builder()
BuildEnvironmentVariable.Builder of BuildEnvironmentVariableCopyright © 2021. All rights reserved.