@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.437Z") @Stability(value=Stable) public interface EnvironmentOptions extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.lambda.*;
EnvironmentOptions environmentOptions = EnvironmentOptions.builder()
.removeInEdge(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
EnvironmentOptions.Builder
A builder for
EnvironmentOptions |
static class |
EnvironmentOptions.Jsii$Proxy
An implementation for
EnvironmentOptions |
| Modifier and Type | Method and Description |
|---|---|
static EnvironmentOptions.Builder |
builder() |
default Boolean |
getRemoveInEdge()
When used in Lambda@Edge via edgeArn() API, these environment variables will be removed.
|
@Stability(value=Stable) @Nullable default Boolean getRemoveInEdge()
If not set, an error will be thrown.
Default: false - using the function in Lambda
@Stability(value=Stable) static EnvironmentOptions.Builder builder()
EnvironmentOptions.Builder of EnvironmentOptionsCopyright © 2022. All rights reserved.