@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-23T18:57:19.214Z") @Stability(value=Experimental) 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. |
software.amazon.jsii.JsiiObject.InitializationModeILayerVersion.Jsii$Default, ILayerVersion.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
PythonLayerVersion(software.constructs.Construct scope,
String id,
PythonLayerVersionProps props) |
protected |
PythonLayerVersion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
PythonLayerVersion(software.amazon.jsii.JsiiObjectRef objRef) |
addPermission, fromLayerVersionArn, fromLayerVersionAttributes, getCompatibleRuntimes, getLayerVersionArnapplyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isOwnedResource, isResourcejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapplyRemovalPolicy, getEnv, getStackprotected PythonLayerVersion(software.amazon.jsii.JsiiObjectRef objRef)
protected PythonLayerVersion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public PythonLayerVersion(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
PythonLayerVersionProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.Copyright © 2022. All rights reserved.