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 SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.lambda.LayerVersionPropsLayerVersionProps.Builder, LayerVersionProps.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(LayerVersionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theLayerVersionProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal CodegetCode()The content of this Layer.final List<Architecture>The system architectures compatible with this layer.The runtimes compatible with this Layer.final 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.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theLayerVersionProps.Builder.
 
- 
- 
Method Details- 
getCodeDescription copied from interface:LayerVersionPropsThe content of this Layer.Using Code.fromInlineis not supported.- Specified by:
- getCodein interface- LayerVersionProps
 
- 
getCompatibleArchitecturesDescription copied from interface:LayerVersionPropsThe system architectures compatible with this layer.Default: [Architecture.X86_64] - Specified by:
- getCompatibleArchitecturesin interface- LayerVersionProps
 
- 
getCompatibleRuntimesDescription copied from interface:LayerVersionPropsThe runtimes compatible with this Layer.Default: - All runtimes are supported. - Specified by:
- getCompatibleRuntimesin interface- LayerVersionProps
 
- 
getDescriptionDescription copied from interface:LayerVersionOptionsThe description the this Lambda Layer.Default: - No description. - Specified by:
- getDescriptionin interface- LayerVersionOptions
 
- 
getLayerVersionNameDescription copied from interface:LayerVersionOptionsThe name of the layer.Default: - A name will be generated. - Specified by:
- getLayerVersionNamein interface- LayerVersionOptions
 
- 
getLicenseDescription 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 interface- LayerVersionOptions
 
- 
getRemovalPolicyDescription 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 interface- LayerVersionOptions
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-