Package io.github.cdklabs.projen.awscdk
Class LambdaExtensionOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.awscdk.LambdaExtensionOptions.Jsii$Proxy
-
- All Implemented Interfaces:
LambdaExtensionCommonOptions,LambdaExtensionOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- LambdaExtensionOptions
@Stability(Experimental) @Internal public static final class LambdaExtensionOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LambdaExtensionOptions
An implementation forLambdaExtensionOptions
-
-
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.LambdaExtensionOptions
LambdaExtensionOptions.Builder, LambdaExtensionOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(LambdaExtensionOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theLambdaExtensionOptions.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.AwsCdkDepsgetCdkDeps()(experimental) AWS CDK dependency manager.List<LambdaRuntime>getCompatibleRuntimes()(experimental) The extension's compatible runtimes.StringgetConstructFile()(experimental) The name of the generated TypeScript source file.StringgetConstructName()(experimental) The name of the generatedlambda.LayerVersionsubclass.StringgetEntrypoint()(experimental) A path from the project root directory to a TypeScript file which contains the AWS Lambda extension entrypoint (stand-alone script).StringgetName()(experimental) Name of the extension.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(LambdaExtensionOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theLambdaExtensionOptions.Builder.
-
-
Method Detail
-
getCdkDeps
public final AwsCdkDeps getCdkDeps()
Description copied from interface:LambdaExtensionOptions(experimental) AWS CDK dependency manager.- Specified by:
getCdkDepsin interfaceLambdaExtensionOptions
-
getEntrypoint
public final String getEntrypoint()
Description copied from interface:LambdaExtensionOptions(experimental) A path from the project root directory to a TypeScript file which contains the AWS Lambda extension entrypoint (stand-alone script).This is relative to the root directory of the project.
Example:
"src/subdir/foo.lambda-extension.ts"
- Specified by:
getEntrypointin interfaceLambdaExtensionOptions
-
getConstructFile
public final String getConstructFile()
Description copied from interface:LambdaExtensionOptions(experimental) The name of the generated TypeScript source file.This file should also be under the source tree.
Default: - The name of the entrypoint file, with the `-layer-version.ts` suffix instead of `.lambda-extension.ts`.
- Specified by:
getConstructFilein interfaceLambdaExtensionOptions
-
getConstructName
public final String getConstructName()
Description copied from interface:LambdaExtensionOptions(experimental) The name of the generatedlambda.LayerVersionsubclass.Default: - A pascal cased version of the name of the entrypoint file, with the extension `LayerVersion` (e.g. `AppConfigLayerVersion`).
- Specified by:
getConstructNamein interfaceLambdaExtensionOptions
-
getName
public final String getName()
Description copied from interface:LambdaExtensionOptions(experimental) Name of the extension.Default: - Derived from the entrypoint filename.
- Specified by:
getNamein interfaceLambdaExtensionOptions
-
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
-
-