| 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.nodejs |
Amazon Lambda Node.js Library
|
| software.amazon.awscdk.triggers |
Triggers
|
| Modifier and Type | Class and Description |
|---|---|
class |
NodeProxyAgentLayer
An AWS Lambda layer that includes the NPM dependency `proxy-agent`.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AwsCliLayer
An AWS Lambda layer that includes the AWS CLI.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KubectlLayer
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)
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 |
|---|---|
ILayerVersion |
Cluster.getKubectlLayer()
The AWS Lambda layer that contains `kubectl`, `helm` and the AWS CLI.
|
default ILayerVersion |
ClusterAttributes.getKubectlLayer()
An AWS Lambda Layer which includes `kubectl`, Helm and the AWS CLI.
|
ILayerVersion |
ClusterAttributes.Jsii$Proxy.getKubectlLayer() |
ILayerVersion |
ClusterProps.Jsii$Proxy.getKubectlLayer() |
ILayerVersion |
FargateClusterProps.Jsii$Proxy.getKubectlLayer() |
default ILayerVersion |
ClusterOptions.getKubectlLayer()
An AWS Lambda Layer which includes `kubectl`, Helm and the AWS CLI.
|
ILayerVersion |
ClusterOptions.Jsii$Proxy.getKubectlLayer() |
default ILayerVersion |
ICluster.getKubectlLayer()
An AWS Lambda layer that includes `kubectl`, `helm` and the `aws` CLI.
|
ILayerVersion |
ICluster.Jsii$Proxy.getKubectlLayer()
An AWS Lambda layer that includes `kubectl`, `helm` and the `aws` CLI.
|
default ILayerVersion |
ICluster.Jsii$Default.getKubectlLayer()
An AWS Lambda layer that includes `kubectl`, `helm` and the `aws` CLI.
|
ILayerVersion |
Cluster.getOnEventLayer()
The AWS Lambda layer that contains the NPM dependency `proxy-agent`.
|
default ILayerVersion |
ClusterAttributes.getOnEventLayer()
An AWS Lambda Layer which includes the NPM dependency `proxy-agent`.
|
ILayerVersion |
ClusterAttributes.Jsii$Proxy.getOnEventLayer() |
ILayerVersion |
ClusterProps.Jsii$Proxy.getOnEventLayer() |
ILayerVersion |
FargateClusterProps.Jsii$Proxy.getOnEventLayer() |
default ILayerVersion |
ClusterOptions.getOnEventLayer()
An AWS Lambda Layer which includes the NPM dependency `proxy-agent`.
|
ILayerVersion |
ClusterOptions.Jsii$Proxy.getOnEventLayer() |
default ILayerVersion |
ICluster.getOnEventLayer()
An AWS Lambda layer that includes the NPM dependency `proxy-agent`.
|
ILayerVersion |
ICluster.Jsii$Proxy.getOnEventLayer()
An AWS Lambda layer that includes the NPM dependency `proxy-agent`.
|
default ILayerVersion |
ICluster.Jsii$Default.getOnEventLayer()
An AWS Lambda layer that includes the NPM dependency `proxy-agent`.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster.Builder |
Cluster.Builder.kubectlLayer(ILayerVersion kubectlLayer)
An AWS Lambda Layer which includes `kubectl`, Helm and the AWS CLI.
|
ClusterAttributes.Builder |
ClusterAttributes.Builder.kubectlLayer(ILayerVersion kubectlLayer)
Sets the value of
ClusterAttributes.getKubectlLayer() |
ClusterProps.Builder |
ClusterProps.Builder.kubectlLayer(ILayerVersion kubectlLayer)
Sets the value of
ClusterOptions.getKubectlLayer() |
FargateClusterProps.Builder |
FargateClusterProps.Builder.kubectlLayer(ILayerVersion kubectlLayer)
Sets the value of
ClusterOptions.getKubectlLayer() |
ClusterOptions.Builder |
ClusterOptions.Builder.kubectlLayer(ILayerVersion kubectlLayer)
Sets the value of
ClusterOptions.getKubectlLayer() |
FargateCluster.Builder |
FargateCluster.Builder.kubectlLayer(ILayerVersion kubectlLayer)
An AWS Lambda Layer which includes `kubectl`, Helm and the AWS CLI.
|
Cluster.Builder |
Cluster.Builder.onEventLayer(ILayerVersion onEventLayer)
An AWS Lambda Layer which includes the NPM dependency `proxy-agent`.
|
ClusterAttributes.Builder |
ClusterAttributes.Builder.onEventLayer(ILayerVersion onEventLayer)
Sets the value of
ClusterAttributes.getOnEventLayer() |
ClusterProps.Builder |
ClusterProps.Builder.onEventLayer(ILayerVersion onEventLayer)
Sets the value of
ClusterOptions.getOnEventLayer() |
FargateClusterProps.Builder |
FargateClusterProps.Builder.onEventLayer(ILayerVersion onEventLayer)
Sets the value of
ClusterOptions.getOnEventLayer() |
ClusterOptions.Builder |
ClusterOptions.Builder.onEventLayer(ILayerVersion onEventLayer)
Sets the value of
ClusterOptions.getOnEventLayer() |
FargateCluster.Builder |
FargateCluster.Builder.onEventLayer(ILayerVersion onEventLayer)
An AWS Lambda Layer which includes the NPM dependency `proxy-agent`.
|
| 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
Defines a new Lambda Layer version.
|
| Modifier and Type | Method and Description |
|---|---|
static ILayerVersion |
LayerVersion.fromLayerVersionArn(software.constructs.Construct scope,
String id,
String layerVersionArn)
Imports a layer version by ARN.
|
static ILayerVersion |
LayerVersion.fromLayerVersionAttributes(software.constructs.Construct scope,
String id,
LayerVersionAttributes attrs)
Imports a Layer that has been defined externally.
|
| Modifier and Type | Method and Description |
|---|---|
default List<ILayerVersion> |
FunctionOptions.getLayers()
A list of layers to add to the function's execution environment.
|
List<ILayerVersion> |
FunctionOptions.Jsii$Proxy.getLayers() |
List<ILayerVersion> |
DockerImageFunctionProps.Jsii$Proxy.getLayers() |
List<ILayerVersion> |
SingletonFunctionProps.Jsii$Proxy.getLayers() |
List<ILayerVersion> |
FunctionProps.Jsii$Proxy.getLayers() |
| Modifier and Type | Method and Description |
|---|---|
void |
Function.addLayers(ILayerVersion... layers)
Adds one or more Lambda Layers to this Lambda function.
|
void |
SingletonFunction.addLayers(ILayerVersion... layers)
Adds one or more Lambda Layers to this Lambda function.
|
| Modifier and Type | Method and Description |
|---|---|
Function.Builder |
Function.Builder.layers(List<? extends ILayerVersion> layers)
A list of layers to add to the function's execution environment.
|
FunctionOptions.Builder |
FunctionOptions.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() |
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.layers(List<? extends ILayerVersion> layers)
Sets the value of
FunctionOptions.getLayers() |
FunctionProps.Builder |
FunctionProps.Builder.layers(List<? extends ILayerVersion> layers)
Sets the value of
FunctionOptions.getLayers() |
SingletonFunction.Builder |
SingletonFunction.Builder.layers(List<? extends ILayerVersion> layers)
A list of layers to add to the function's execution environment.
|
DockerImageFunction.Builder |
DockerImageFunction.Builder.layers(List<? extends ILayerVersion> layers)
A list of layers to add to the function's execution environment.
|
| Modifier and Type | Method and Description |
|---|---|
List<ILayerVersion> |
NodejsFunctionProps.Jsii$Proxy.getLayers() |
| Modifier and Type | Method and Description |
|---|---|
NodejsFunctionProps.Builder |
NodejsFunctionProps.Builder.layers(List<? extends ILayerVersion> layers)
Sets the value of
FunctionOptions.getLayers() |
NodejsFunction.Builder |
NodejsFunction.Builder.layers(List<? extends ILayerVersion> layers)
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 |
|---|---|
TriggerFunction.Builder |
TriggerFunction.Builder.layers(List<? extends ILayerVersion> layers)
A list of layers to add to the function's execution environment.
|
TriggerFunctionProps.Builder |
TriggerFunctionProps.Builder.layers(List<? extends ILayerVersion> layers)
Sets the value of
FunctionOptions.getLayers() |
Copyright © 2022. All rights reserved.