Uses of Interface
software.amazon.awscdk.services.lambda.ILayerVersion
Packages that use 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
Classes in software.amazon.awscdk.lambda.layer.node.proxy.agent that implement ILayerVersionModifier and TypeClassDescriptionclass
An AWS Lambda layer that includes the NPM dependencyproxy-agent
. -
Uses of ILayerVersion in software.amazon.awscdk.lambdalayer.awscli
Classes in software.amazon.awscdk.lambdalayer.awscli that implement ILayerVersionModifier and TypeClassDescriptionclass
An AWS Lambda layer that includes the AWS CLI. -
Uses of ILayerVersion in software.amazon.awscdk.lambdalayer.kubectl
Classes in software.amazon.awscdk.lambdalayer.kubectl that implement ILayerVersionModifier and TypeClassDescriptionclass
An AWS Lambda layer that includeskubectl
andhelm
. -
Uses of ILayerVersion in software.amazon.awscdk.services.cloudfront.experimental
Methods in software.amazon.awscdk.services.cloudfront.experimental that return types with arguments of type ILayerVersionModifier and TypeMethodDescriptionfinal List<ILayerVersion>
EdgeFunctionProps.Jsii$Proxy.getLayers()
Method parameters in software.amazon.awscdk.services.cloudfront.experimental with type arguments of type ILayerVersionModifier 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
Methods in software.amazon.awscdk.services.eks that return ILayerVersionModifier 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
.Methods in software.amazon.awscdk.services.eks with parameters of type ILayerVersionModifier 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
Subinterfaces of ILayerVersion in software.amazon.awscdk.services.lambdaModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forILayerVersion
.Classes in software.amazon.awscdk.services.lambda that implement ILayerVersionModifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
Defines a new Lambda Layer version.Methods in software.amazon.awscdk.services.lambda that return ILayerVersionModifier 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.Methods in software.amazon.awscdk.services.lambda that return types with arguments of type ILayerVersionModifier 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()
Methods in software.amazon.awscdk.services.lambda with parameters of type ILayerVersionModifier 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.Method parameters in software.amazon.awscdk.services.lambda with type arguments of type ILayerVersionModifier 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
Methods in software.amazon.awscdk.services.lambda.go that return types with arguments of type ILayerVersionModifier and TypeMethodDescriptionfinal List<ILayerVersion>
GoFunctionProps.Jsii$Proxy.getLayers()
Method parameters in software.amazon.awscdk.services.lambda.go with type arguments of type ILayerVersionModifier 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
Methods in software.amazon.awscdk.services.lambda.nodejs that return types with arguments of type ILayerVersionModifier and TypeMethodDescriptionfinal List<ILayerVersion>
NodejsFunctionProps.Jsii$Proxy.getLayers()
Method parameters in software.amazon.awscdk.services.lambda.nodejs with type arguments of type ILayerVersionModifier 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
Classes in software.amazon.awscdk.services.lambda.python that implement ILayerVersionMethods in software.amazon.awscdk.services.lambda.python that return types with arguments of type ILayerVersionModifier and TypeMethodDescriptionfinal List<ILayerVersion>
PythonFunctionProps.Jsii$Proxy.getLayers()
Method parameters in software.amazon.awscdk.services.lambda.python with type arguments of type ILayerVersionModifier 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
Methods in software.amazon.awscdk.triggers that return types with arguments of type ILayerVersionModifier and TypeMethodDescriptionfinal List<ILayerVersion>
TriggerFunctionProps.Jsii$Proxy.getLayers()
Method parameters in software.amazon.awscdk.triggers with type arguments of type ILayerVersionModifier 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()