Package io.github.cdklabs.projen.awscdk
Class LambdaExtensionCommonOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.awscdk.LambdaExtensionCommonOptions.Jsii$Proxy
-
- All Implemented Interfaces:
LambdaExtensionCommonOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- LambdaExtensionCommonOptions
@Stability(Experimental) @Internal public static final class LambdaExtensionCommonOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LambdaExtensionCommonOptions
An implementation forLambdaExtensionCommonOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface io.github.cdklabs.projen.awscdk.LambdaExtensionCommonOptions
LambdaExtensionCommonOptions.Builder, LambdaExtensionCommonOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(LambdaExtensionCommonOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theLambdaExtensionCommonOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)BundlingOptionsgetBundlingOptions()(experimental) Bundling options for this AWS Lambda extension.List<LambdaRuntime>getCompatibleRuntimes()(experimental) The extension's compatible runtimes.inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(LambdaExtensionCommonOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theLambdaExtensionCommonOptions.Builder.
-
-
Method Detail
-
getBundlingOptions
public final BundlingOptions getBundlingOptions()
Description copied from interface:LambdaExtensionCommonOptions(experimental) Bundling options for this AWS Lambda extension.If not specified the default bundling options specified for the project
Bundlerinstance will be used.Default: - defaults
- Specified by:
getBundlingOptionsin interfaceLambdaExtensionCommonOptions
-
getCompatibleRuntimes
public final List<LambdaRuntime> getCompatibleRuntimes()
Description copied from interface:LambdaExtensionCommonOptions(experimental) The extension's compatible runtimes.- Specified by:
getCompatibleRuntimesin interfaceLambdaExtensionCommonOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-