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 TypeClassDescriptionclassAn 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 TypeClassDescriptionclassAn 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 TypeClassDescriptionclassAn AWS Lambda layer that includeskubectlandhelm. -
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,helmand the AWS CLI.default ILayerVersionClusterAttributes.getKubectlLayer()An AWS Lambda Layer which includeskubectl, Helm and the AWS CLI.final ILayerVersionClusterAttributes.Jsii$Proxy.getKubectlLayer()default ILayerVersionClusterOptions.getKubectlLayer()An AWS Lambda Layer which includeskubectl, Helm and the AWS CLI.final ILayerVersionClusterOptions.Jsii$Proxy.getKubectlLayer()final ILayerVersionClusterProps.Jsii$Proxy.getKubectlLayer()final ILayerVersionFargateClusterProps.Jsii$Proxy.getKubectlLayer()default ILayerVersionICluster.getKubectlLayer()An AWS Lambda layer that includeskubectl,helmand theawsCLI.default ILayerVersionICluster.Jsii$Default.getKubectlLayer()An AWS Lambda layer that includeskubectl,helmand theawsCLI.final ILayerVersionICluster.Jsii$Proxy.getKubectlLayer()An AWS Lambda layer that includeskubectl,helmand theawsCLI.Cluster.getOnEventLayer()The AWS Lambda layer that contains the NPM dependencyproxy-agent.default ILayerVersionClusterAttributes.getOnEventLayer()An AWS Lambda Layer which includes the NPM dependencyproxy-agent.final ILayerVersionClusterAttributes.Jsii$Proxy.getOnEventLayer()default ILayerVersionClusterOptions.getOnEventLayer()An AWS Lambda Layer which includes the NPM dependencyproxy-agent.final ILayerVersionClusterOptions.Jsii$Proxy.getOnEventLayer()final ILayerVersionClusterProps.Jsii$Proxy.getOnEventLayer()final ILayerVersionFargateClusterProps.Jsii$Proxy.getOnEventLayer()default ILayerVersionICluster.getOnEventLayer()An AWS Lambda layer that includes the NPM dependencyproxy-agent.default ILayerVersionICluster.Jsii$Default.getOnEventLayer()An AWS Lambda layer that includes the NPM dependencyproxy-agent.final ILayerVersionICluster.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 interfaceInternal default implementation forILayerVersion.Classes in software.amazon.awscdk.services.lambda that implement ILayerVersionModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classDefines a new Lambda Layer version.Methods in software.amazon.awscdk.services.lambda that return ILayerVersionModifier and TypeMethodDescriptionstatic ILayerVersionLayerVersion.fromLayerVersionArn(software.constructs.Construct scope, String id, String layerVersionArn) Imports a layer version by ARN.static ILayerVersionLayerVersion.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 TypeMethodDescriptionvoidFunction.addLayers(@NotNull ILayerVersion... layers) Adds one or more Lambda Layers to this Lambda function.voidSingletonFunction.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()