| Package | Description |
|---|---|
| software.amazon.awscdk.lambda.layer.node.proxy.agent |
AWS Lambda Layer with the NPM dependency proxy-agent
|
| software.amazon.awscdk.lambdalayer.awscli |
AWS Lambda Layer with AWS CLI
|
| software.amazon.awscdk.lambdalayer.kubectl |
AWS Lambda Layer with kubectl (and helm)
|
| software.amazon.awscdk.services.cloudfront.experimental | |
| software.amazon.awscdk.services.eks |
Amazon EKS Construct Library
|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| software.amazon.awscdk.services.lambda.go |
Amazon Lambda Golang Library
|
| software.amazon.awscdk.services.lambda.nodejs |
Amazon Lambda Node.js Library
|
| software.amazon.awscdk.services.lambda.python |
Amazon Lambda Python Library
|
| software.amazon.awscdk.triggers |
Triggers
|
| Modifier and Type | Class and Description |
|---|---|
class |
NodeProxyAgentLayer
(experimental) An AWS Lambda layer that includes the NPM dependency `proxy-agent`.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AwsCliLayer
(experimental) An AWS Lambda layer that includes the AWS CLI.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KubectlLayer
(experimental) An AWS Lambda layer that includes `kubectl` and `helm`.
|
| Modifier and Type | Method and Description |
|---|---|
List<ILayerVersion> |
EdgeFunctionProps.Jsii$Proxy.getLayers() |
| Modifier and Type | Method and Description |
|---|---|
EdgeFunction.Builder |
EdgeFunction.Builder.layers(List<? extends ILayerVersion> layers)
(experimental) A list of layers to add to the function's execution environment.
|
EdgeFunctionProps.Builder |
EdgeFunctionProps.Builder.layers(List<? extends ILayerVersion> layers)
Sets the value of
FunctionOptions.getLayers() |
| Modifier and Type | Method and Description |
|---|---|
default ILayerVersion |
ICluster.getKubectlLayer()
(experimental) An AWS Lambda layer that includes `kubectl`, `helm` and the `aws` CLI.
|
ILayerVersion |
ICluster.Jsii$Proxy.getKubectlLayer()
(experimental) An AWS Lambda layer that includes `kubectl`, `helm` and the `aws` CLI.
|
default ILayerVersion |
ICluster.Jsii$Default.getKubectlLayer()
(experimental) An AWS Lambda layer that includes `kubectl`, `helm` and the `aws` CLI.
|
ILayerVersion |
FargateClusterProps.Jsii$Proxy.getKubectlLayer() |
ILayerVersion |
Cluster.getKubectlLayer()
(experimental) The AWS Lambda layer that contains `kubectl`, `helm` and the AWS CLI.
|
ILayerVersion |
ClusterProps.Jsii$Proxy.getKubectlLayer() |
default ILayerVersion |
ClusterOptions.getKubectlLayer()
(experimental) An AWS Lambda Layer which includes `kubectl`, Helm and the AWS CLI.
|
ILayerVersion |
ClusterOptions.Jsii$Proxy.getKubectlLayer() |
default ILayerVersion |
ClusterAttributes.getKubectlLayer()
(experimental) An AWS Lambda Layer which includes `kubectl`, Helm and the AWS CLI.
|
ILayerVersion |
ClusterAttributes.Jsii$Proxy.getKubectlLayer() |
default ILayerVersion |
ICluster.getOnEventLayer()
(experimental) An AWS Lambda layer that includes the NPM dependency `proxy-agent`.
|
ILayerVersion |
ICluster.Jsii$Proxy.getOnEventLayer()
(experimental) An AWS Lambda layer that includes the NPM dependency `proxy-agent`.
|
default ILayerVersion |
ICluster.Jsii$Default.getOnEventLayer()
(experimental) An AWS Lambda layer that includes the NPM dependency `proxy-agent`.
|
ILayerVersion |
FargateClusterProps.Jsii$Proxy.getOnEventLayer() |
ILayerVersion |
Cluster.getOnEventLayer()
(experimental) The AWS Lambda layer that contains the NPM dependency `proxy-agent`.
|
ILayerVersion |
ClusterProps.Jsii$Proxy.getOnEventLayer() |
default ILayerVersion |
ClusterOptions.getOnEventLayer()
(experimental) An AWS Lambda Layer which includes the NPM dependency `proxy-agent`.
|
ILayerVersion |
ClusterOptions.Jsii$Proxy.getOnEventLayer() |
default ILayerVersion |
ClusterAttributes.getOnEventLayer()
(experimental) An AWS Lambda Layer which includes the NPM dependency `proxy-agent`.
|
ILayerVersion |
ClusterAttributes.Jsii$Proxy.getOnEventLayer() |
| Modifier and Type | Method and Description |
|---|---|
FargateCluster.Builder |
FargateCluster.Builder.kubectlLayer(ILayerVersion kubectlLayer)
(experimental) An AWS Lambda Layer which includes `kubectl`, Helm and the AWS CLI.
|
FargateClusterProps.Builder |
FargateClusterProps.Builder.kubectlLayer(ILayerVersion kubectlLayer)
Sets the value of
ClusterOptions.getKubectlLayer() |
Cluster.Builder |
Cluster.Builder.kubectlLayer(ILayerVersion kubectlLayer)
(experimental) An AWS Lambda Layer which includes `kubectl`, Helm and the AWS CLI.
|
ClusterProps.Builder |
ClusterProps.Builder.kubectlLayer(ILayerVersion kubectlLayer)
Sets the value of
ClusterOptions.getKubectlLayer() |
ClusterOptions.Builder |
ClusterOptions.Builder.kubectlLayer(ILayerVersion kubectlLayer)
Sets the value of
ClusterOptions.getKubectlLayer() |
ClusterAttributes.Builder |
ClusterAttributes.Builder.kubectlLayer(ILayerVersion kubectlLayer)
Sets the value of
ClusterAttributes.getKubectlLayer() |
FargateCluster.Builder |
FargateCluster.Builder.onEventLayer(ILayerVersion onEventLayer)
(experimental) An AWS Lambda Layer which includes the NPM dependency `proxy-agent`.
|
FargateClusterProps.Builder |
FargateClusterProps.Builder.onEventLayer(ILayerVersion onEventLayer)
Sets the value of
ClusterOptions.getOnEventLayer() |
Cluster.Builder |
Cluster.Builder.onEventLayer(ILayerVersion onEventLayer)
(experimental) An AWS Lambda Layer which includes the NPM dependency `proxy-agent`.
|
ClusterProps.Builder |
ClusterProps.Builder.onEventLayer(ILayerVersion onEventLayer)
Sets the value of
ClusterOptions.getOnEventLayer() |
ClusterOptions.Builder |
ClusterOptions.Builder.onEventLayer(ILayerVersion onEventLayer)
Sets the value of
ClusterOptions.getOnEventLayer() |
ClusterAttributes.Builder |
ClusterAttributes.Builder.onEventLayer(ILayerVersion onEventLayer)
Sets the value of
ClusterAttributes.getOnEventLayer() |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ILayerVersion.Jsii$Default
Internal default implementation for
ILayerVersion. |
| Modifier and Type | Class and Description |
|---|---|
static class |
ILayerVersion.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
LayerVersion
(experimental) Defines a new Lambda Layer version.
|
| Modifier and Type | Method and Description |
|---|---|
static ILayerVersion |
LayerVersion.fromLayerVersionArn(software.constructs.Construct scope,
String id,
String layerVersionArn)
(experimental) Imports a layer version by ARN.
|
static ILayerVersion |
LayerVersion.fromLayerVersionAttributes(software.constructs.Construct scope,
String id,
LayerVersionAttributes attrs)
(experimental) Imports a Layer that has been defined externally.
|
| Modifier and Type | Method and Description |
|---|---|
default List<ILayerVersion> |
FunctionOptions.getLayers()
(experimental) A list of layers to add to the function's execution environment.
|
List<ILayerVersion> |
FunctionOptions.Jsii$Proxy.getLayers() |
List<ILayerVersion> |
FunctionProps.Jsii$Proxy.getLayers() |
List<ILayerVersion> |
SingletonFunctionProps.Jsii$Proxy.getLayers() |
List<ILayerVersion> |
DockerImageFunctionProps.Jsii$Proxy.getLayers() |
| Modifier and Type | Method and Description |
|---|---|
void |
SingletonFunction.addLayers(ILayerVersion... layers)
(experimental) Adds one or more Lambda Layers to this Lambda function.
|
void |
Function.addLayers(ILayerVersion... layers)
(experimental) Adds one or more Lambda Layers to this Lambda function.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionOptions.Builder |
FunctionOptions.Builder.layers(List<? extends ILayerVersion> layers)
Sets the value of
FunctionOptions.getLayers() |
SingletonFunction.Builder |
SingletonFunction.Builder.layers(List<? extends ILayerVersion> layers)
(experimental) A list of layers to add to the function's execution environment.
|
DockerImageFunction.Builder |
DockerImageFunction.Builder.layers(List<? extends ILayerVersion> layers)
(experimental) A list of layers to add to the function's execution environment.
|
Function.Builder |
Function.Builder.layers(List<? extends ILayerVersion> layers)
(experimental) A list of layers to add to the function's execution environment.
|
FunctionProps.Builder |
FunctionProps.Builder.layers(List<? extends ILayerVersion> layers)
Sets the value of
FunctionOptions.getLayers() |
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.layers(List<? extends ILayerVersion> layers)
Sets the value of
FunctionOptions.getLayers() |
DockerImageFunctionProps.Builder |
DockerImageFunctionProps.Builder.layers(List<? extends ILayerVersion> layers)
Sets the value of
FunctionOptions.getLayers() |
| Modifier and Type | Method and Description |
|---|---|
List<ILayerVersion> |
GoFunctionProps.Jsii$Proxy.getLayers() |
| Modifier and Type | Method and Description |
|---|---|
GoFunction.Builder |
GoFunction.Builder.layers(List<? extends ILayerVersion> layers)
(experimental) A list of layers to add to the function's execution environment.
|
GoFunctionProps.Builder |
GoFunctionProps.Builder.layers(List<? extends ILayerVersion> layers)
Sets the value of
FunctionOptions.getLayers() |
| Modifier and Type | Method and Description |
|---|---|
List<ILayerVersion> |
NodejsFunctionProps.Jsii$Proxy.getLayers() |
| Modifier and Type | Method and Description |
|---|---|
NodejsFunction.Builder |
NodejsFunction.Builder.layers(List<? extends ILayerVersion> layers)
(experimental) A list of layers to add to the function's execution environment.
|
NodejsFunctionProps.Builder |
NodejsFunctionProps.Builder.layers(List<? extends ILayerVersion> layers)
Sets the value of
FunctionOptions.getLayers() |
| Modifier and Type | Class and Description |
|---|---|
class |
PythonLayerVersion
(experimental) A lambda layer version.
|
| Modifier and Type | Method and Description |
|---|---|
List<ILayerVersion> |
PythonFunctionProps.Jsii$Proxy.getLayers() |
| Modifier and Type | Method and Description |
|---|---|
PythonFunctionProps.Builder |
PythonFunctionProps.Builder.layers(List<? extends ILayerVersion> layers)
Sets the value of
FunctionOptions.getLayers() |
PythonFunction.Builder |
PythonFunction.Builder.layers(List<? extends ILayerVersion> layers)
(experimental) A list of layers to add to the function's execution environment.
|
| Modifier and Type | Method and Description |
|---|---|
List<ILayerVersion> |
TriggerFunctionProps.Jsii$Proxy.getLayers() |
| Modifier and Type | Method and Description |
|---|---|
TriggerFunctionProps.Builder |
TriggerFunctionProps.Builder.layers(List<? extends ILayerVersion> layers)
Sets the value of
FunctionOptions.getLayers() |
TriggerFunction.Builder |
TriggerFunction.Builder.layers(List<? extends ILayerVersion> layers)
(experimental) A list of layers to add to the function's execution environment.
|
Copyright © 2022. All rights reserved.