Uses of Interface
software.amazon.awscdk.services.lambda.ILayerVersion
Package
Description
AWS Lambda Layer with the NPM dependency proxy-agent
AWS Lambda Layer with AWS CLI
AWS Lambda Layer with kubectl (and helm)
Amazon EKS Construct Library
AWS Lambda Construct Library
Amazon Lambda Golang Library
Amazon Lambda Node.js Library
Amazon Lambda Python Library
Triggers
-
Uses of ILayerVersion in software.amazon.awscdk.lambda.layer.node.proxy.agent
Modifier and TypeClassDescriptionclass
An AWS Lambda layer that includes the NPM dependencyproxy-agent
. -
Uses of ILayerVersion in software.amazon.awscdk.lambdalayer.awscli
Modifier and TypeClassDescriptionclass
An AWS Lambda layer that includes the AWS CLI. -
Uses of ILayerVersion in software.amazon.awscdk.lambdalayer.kubectl
Modifier and TypeClassDescriptionclass
An AWS Lambda layer that includeskubectl
andhelm
. -
Uses of ILayerVersion in software.amazon.awscdk.services.cloudfront.experimental
Modifier and TypeMethodDescriptionfinal List<ILayerVersion>
EdgeFunctionProps.Jsii$Proxy.getLayers()
Modifier and TypeMethodDescriptionEdgeFunction.Builder.layers
(List<? extends ILayerVersion> layers) A list of layers to add to the function's execution environment.EdgeFunctionProps.Builder.layers
(List<? extends ILayerVersion> layers) Sets the value ofFunctionOptions.getLayers()
-
Uses of ILayerVersion in software.amazon.awscdk.services.eks
Modifier and TypeMethodDescriptionCluster.getKubectlLayer()
The AWS Lambda layer that containskubectl
,helm
and the AWS CLI.default ILayerVersion
ClusterAttributes.getKubectlLayer()
An AWS Lambda Layer which includeskubectl
, Helm and the AWS CLI.final ILayerVersion
ClusterAttributes.Jsii$Proxy.getKubectlLayer()
default ILayerVersion
ClusterOptions.getKubectlLayer()
An AWS Lambda Layer which includeskubectl
, Helm and the AWS CLI.final ILayerVersion
ClusterOptions.Jsii$Proxy.getKubectlLayer()
final ILayerVersion
ClusterProps.Jsii$Proxy.getKubectlLayer()
final ILayerVersion
FargateClusterProps.Jsii$Proxy.getKubectlLayer()
default ILayerVersion
ICluster.getKubectlLayer()
An AWS Lambda layer that includeskubectl
,helm
and theaws
CLI.default ILayerVersion
ICluster.Jsii$Default.getKubectlLayer()
An AWS Lambda layer that includeskubectl
,helm
and theaws
CLI.final ILayerVersion
ICluster.Jsii$Proxy.getKubectlLayer()
An AWS Lambda layer that includeskubectl
,helm
and theaws
CLI.Cluster.getOnEventLayer()
The AWS Lambda layer that contains the NPM dependencyproxy-agent
.default ILayerVersion
ClusterAttributes.getOnEventLayer()
An AWS Lambda Layer which includes the NPM dependencyproxy-agent
.final ILayerVersion
ClusterAttributes.Jsii$Proxy.getOnEventLayer()
default ILayerVersion
ClusterOptions.getOnEventLayer()
An AWS Lambda Layer which includes the NPM dependencyproxy-agent
.final ILayerVersion
ClusterOptions.Jsii$Proxy.getOnEventLayer()
final ILayerVersion
ClusterProps.Jsii$Proxy.getOnEventLayer()
final ILayerVersion
FargateClusterProps.Jsii$Proxy.getOnEventLayer()
default ILayerVersion
ICluster.getOnEventLayer()
An AWS Lambda layer that includes the NPM dependencyproxy-agent
.default ILayerVersion
ICluster.Jsii$Default.getOnEventLayer()
An AWS Lambda layer that includes the NPM dependencyproxy-agent
.final ILayerVersion
ICluster.Jsii$Proxy.getOnEventLayer()
An AWS Lambda layer that includes the NPM dependencyproxy-agent
.Modifier and TypeMethodDescriptionCluster.Builder.kubectlLayer
(ILayerVersion kubectlLayer) An AWS Lambda Layer which includeskubectl
, Helm and the AWS CLI.ClusterAttributes.Builder.kubectlLayer
(ILayerVersion kubectlLayer) Sets the value ofClusterAttributes.getKubectlLayer()
ClusterOptions.Builder.kubectlLayer
(ILayerVersion kubectlLayer) Sets the value ofClusterOptions.getKubectlLayer()
ClusterProps.Builder.kubectlLayer
(ILayerVersion kubectlLayer) Sets the value ofClusterOptions.getKubectlLayer()
FargateCluster.Builder.kubectlLayer
(ILayerVersion kubectlLayer) An AWS Lambda Layer which includeskubectl
, Helm and the AWS CLI.FargateClusterProps.Builder.kubectlLayer
(ILayerVersion kubectlLayer) Sets the value ofClusterOptions.getKubectlLayer()
Cluster.Builder.onEventLayer
(ILayerVersion onEventLayer) An AWS Lambda Layer which includes the NPM dependencyproxy-agent
.ClusterAttributes.Builder.onEventLayer
(ILayerVersion onEventLayer) Sets the value ofClusterAttributes.getOnEventLayer()
ClusterOptions.Builder.onEventLayer
(ILayerVersion onEventLayer) Sets the value ofClusterOptions.getOnEventLayer()
ClusterProps.Builder.onEventLayer
(ILayerVersion onEventLayer) Sets the value ofClusterOptions.getOnEventLayer()
FargateCluster.Builder.onEventLayer
(ILayerVersion onEventLayer) An AWS Lambda Layer which includes the NPM dependencyproxy-agent
.FargateClusterProps.Builder.onEventLayer
(ILayerVersion onEventLayer) Sets the value ofClusterOptions.getOnEventLayer()
-
Uses of ILayerVersion in software.amazon.awscdk.services.lambda
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forILayerVersion
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
Defines a new Lambda Layer version.Modifier and TypeMethodDescriptionstatic 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 TypeMethodDescriptionfinal List<ILayerVersion>
DockerImageFunctionProps.Jsii$Proxy.getLayers()
default List<ILayerVersion>
FunctionOptions.getLayers()
A list of layers to add to the function's execution environment.final List<ILayerVersion>
FunctionOptions.Jsii$Proxy.getLayers()
final List<ILayerVersion>
FunctionProps.Jsii$Proxy.getLayers()
final List<ILayerVersion>
SingletonFunctionProps.Jsii$Proxy.getLayers()
Modifier and TypeMethodDescriptionvoid
Function.addLayers
(@NotNull ILayerVersion... layers) Adds one or more Lambda Layers to this Lambda function.void
SingletonFunction.addLayers
(@NotNull ILayerVersion... layers) Adds one or more Lambda Layers to this Lambda function.Modifier and TypeMethodDescriptionDockerImageFunction.Builder.layers
(List<? extends ILayerVersion> layers) A list of layers to add to the function's execution environment.DockerImageFunctionProps.Builder.layers
(List<? extends ILayerVersion> layers) Sets the value ofFunctionOptions.getLayers()
Function.Builder.layers
(List<? extends ILayerVersion> layers) A list of layers to add to the function's execution environment.FunctionOptions.Builder.layers
(List<? extends ILayerVersion> layers) Sets the value ofFunctionOptions.getLayers()
FunctionProps.Builder.layers
(List<? extends ILayerVersion> layers) Sets the value ofFunctionOptions.getLayers()
SingletonFunction.Builder.layers
(List<? extends ILayerVersion> layers) A list of layers to add to the function's execution environment.SingletonFunctionProps.Builder.layers
(List<? extends ILayerVersion> layers) Sets the value ofFunctionOptions.getLayers()
-
Uses of ILayerVersion in software.amazon.awscdk.services.lambda.go
Modifier and TypeMethodDescriptionfinal List<ILayerVersion>
GoFunctionProps.Jsii$Proxy.getLayers()
Modifier and TypeMethodDescriptionGoFunction.Builder.layers
(List<? extends ILayerVersion> layers) A list of layers to add to the function's execution environment.GoFunctionProps.Builder.layers
(List<? extends ILayerVersion> layers) Sets the value ofFunctionOptions.getLayers()
-
Uses of ILayerVersion in software.amazon.awscdk.services.lambda.nodejs
Modifier and TypeMethodDescriptionfinal List<ILayerVersion>
NodejsFunctionProps.Jsii$Proxy.getLayers()
Modifier and TypeMethodDescriptionNodejsFunction.Builder.layers
(List<? extends ILayerVersion> layers) A list of layers to add to the function's execution environment.NodejsFunctionProps.Builder.layers
(List<? extends ILayerVersion> layers) Sets the value ofFunctionOptions.getLayers()
-
Uses of ILayerVersion in software.amazon.awscdk.services.lambda.python
Modifier and TypeMethodDescriptionfinal List<ILayerVersion>
PythonFunctionProps.Jsii$Proxy.getLayers()
Modifier and TypeMethodDescriptionPythonFunction.Builder.layers
(List<? extends ILayerVersion> layers) A list of layers to add to the function's execution environment.PythonFunctionProps.Builder.layers
(List<? extends ILayerVersion> layers) Sets the value ofFunctionOptions.getLayers()
-
Uses of ILayerVersion in software.amazon.awscdk.triggers
Modifier and TypeMethodDescriptionfinal List<ILayerVersion>
TriggerFunctionProps.Jsii$Proxy.getLayers()
Modifier and TypeMethodDescriptionTriggerFunction.Builder.layers
(List<? extends ILayerVersion> layers) A list of layers to add to the function's execution environment.TriggerFunctionProps.Builder.layers
(List<? extends ILayerVersion> layers) Sets the value ofFunctionOptions.getLayers()