Class LayerVersionOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lambda.LayerVersionOptions.Jsii$Proxy
- All Implemented Interfaces:
LayerVersionOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- LayerVersionOptions
@Stability(Stable)
@Internal
public static final class LayerVersionOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements LayerVersionOptions
An implementation for
LayerVersionOptions-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.lambda.LayerVersionOptions
LayerVersionOptions.Builder, LayerVersionOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(LayerVersionOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theLayerVersionOptions.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe description the this Lambda Layer.final StringThe name of the layer.final StringThe SPDX licence identifier or URL to the license file for this layer.final RemovalPolicyWhether to retain this version of the layer when a new version is added or when the stack is deleted.final inthashCode()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 theLayerVersionOptions.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:LayerVersionOptionsThe description the this Lambda Layer.Default: - No description.
- Specified by:
getDescriptionin interfaceLayerVersionOptions
-
getLayerVersionName
Description copied from interface:LayerVersionOptionsThe name of the layer.Default: - A name will be generated.
- Specified by:
getLayerVersionNamein interfaceLayerVersionOptions
-
getLicense
Description copied from interface:LayerVersionOptionsThe SPDX licence identifier or URL to the license file for this layer.Default: - No license information will be recorded.
- Specified by:
getLicensein interfaceLayerVersionOptions
-
getRemovalPolicy
Description copied from interface:LayerVersionOptionsWhether to retain this version of the layer when a new version is added or when the stack is deleted.Default: RemovalPolicy.DESTROY
- Specified by:
getRemovalPolicyin interfaceLayerVersionOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-