Class LayerVersionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lambda.LayerVersionProps.Jsii$Proxy
- All Implemented Interfaces:
LayerVersionOptions
,LayerVersionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
LayerVersionProps
@Stability(Stable)
@Internal
public static final class LayerVersionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements LayerVersionProps
An implementation for
LayerVersionProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.lambda.LayerVersionProps
LayerVersionProps.Builder, LayerVersionProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(LayerVersionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theLayerVersionProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Code
getCode()
The content of this Layer.final List<Architecture>
The system architectures compatible with this layer.The runtimes compatible with this Layer.final String
The description the this Lambda Layer.final String
The name of the layer.final String
The SPDX licence identifier or URL to the license file for this layer.final RemovalPolicy
Whether to retain this version of the layer when a new version is added or when the stack is deleted.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theLayerVersionProps.Builder
.
-
-
Method Details
-
getCode
Description copied from interface:LayerVersionProps
The content of this Layer.Using
Code.fromInline
is not supported.- Specified by:
getCode
in interfaceLayerVersionProps
-
getCompatibleArchitectures
Description copied from interface:LayerVersionProps
The system architectures compatible with this layer.Default: [Architecture.X86_64]
- Specified by:
getCompatibleArchitectures
in interfaceLayerVersionProps
-
getCompatibleRuntimes
Description copied from interface:LayerVersionProps
The runtimes compatible with this Layer.Default: - All runtimes are supported.
- Specified by:
getCompatibleRuntimes
in interfaceLayerVersionProps
-
getDescription
Description copied from interface:LayerVersionOptions
The description the this Lambda Layer.Default: - No description.
- Specified by:
getDescription
in interfaceLayerVersionOptions
-
getLayerVersionName
Description copied from interface:LayerVersionOptions
The name of the layer.Default: - A name will be generated.
- Specified by:
getLayerVersionName
in interfaceLayerVersionOptions
-
getLicense
Description copied from interface:LayerVersionOptions
The SPDX licence identifier or URL to the license file for this layer.Default: - No license information will be recorded.
- Specified by:
getLicense
in interfaceLayerVersionOptions
-
getRemovalPolicy
Description copied from interface:LayerVersionOptions
Whether to retain this version of the layer when a new version is added or when the stack is deleted.Default: RemovalPolicy.DESTROY
- Specified by:
getRemovalPolicy
in interfaceLayerVersionOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-