Class PythonLayerVersion

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
All Implemented Interfaces:
IConstruct, IDependable, IResource, ILayerVersion, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:41.182Z") @Stability(Experimental) public class PythonLayerVersion extends LayerVersion
(experimental) A lambda layer version.

Example:

 PythonLayerVersion.Builder.create(this, "MyLayer")
         .entry("/path/to/my/layer")
         .build();
 
  • Constructor Details

    • PythonLayerVersion

      protected PythonLayerVersion(software.amazon.jsii.JsiiObjectRef objRef)
    • PythonLayerVersion

      protected PythonLayerVersion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • PythonLayerVersion

      @Stability(Experimental) public PythonLayerVersion(@NotNull Construct scope, @NotNull String id, @NotNull PythonLayerVersionProps props)
      Parameters:
      scope - This parameter is required.
      id - This parameter is required.
      props - This parameter is required.