Uses of Interface
software.amazon.awscdk.services.lambda.ILayerVersion
-
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()