@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-14T16:25:30.145Z") public class PythonLayerVersion extends LayerVersion
Example:
PythonLayerVersion.Builder.create(this, "MyLayer") .entry("/path/to/my/layer") .build();
Modifier and Type | Class and Description |
---|---|
static class |
PythonLayerVersion.Builder
(experimental) A fluent builder for
PythonLayerVersion . |
ILayerVersion.Jsii$Default, ILayerVersion.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
|
PythonLayerVersion(Construct scope,
java.lang.String id,
PythonLayerVersionProps props) |
protected |
PythonLayerVersion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
PythonLayerVersion(software.amazon.jsii.JsiiObjectRef objRef) |
addPermission, fromLayerVersionArn, fromLayerVersionAttributes, getCompatibleRuntimes, getLayerVersionArn
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResource
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
applyRemovalPolicy, getEnv, getStack
getNode
protected PythonLayerVersion(software.amazon.jsii.JsiiObjectRef objRef)
protected PythonLayerVersion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public PythonLayerVersion(Construct scope, java.lang.String id, PythonLayerVersionProps props)
scope
- This parameter is required.id
- This parameter is required.props
- This parameter is required.