@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:52.099Z") @Stability(value=Experimental) 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()
(experimental) When used in Lambda@Edge via edgeArn() API, these environment variables will be removed.
|
@Stability(value=Experimental) @Nullable default Boolean getRemoveInEdge()
If not set, an error will be thrown.
Default: false - using the function in Lambda
@Stability(value=Experimental) static EnvironmentOptions.Builder builder()
EnvironmentOptions.Builder of EnvironmentOptionsCopyright © 2022. All rights reserved.