@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:33.794Z") @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
https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/lambda-requirements-limits.html#lambda-requirements-lambda-function-configuration@Stability(value=Experimental) static EnvironmentOptions.Builder builder()
EnvironmentOptions.Builder of EnvironmentOptionsCopyright © 2022. All rights reserved.