generative-ai-cdk-constructs

@cdklabs/generative-ai-cdk-constructsDocs


@cdklabs/generative-ai-cdk-constructs / LangchainProps

Interface: LangchainProps

LangchainProps

Extended by

Properties

description?

readonly optional description: string

The description the this Lambda Layer.

Default

- No description.

Stability

stable


layerVersionName?

readonly optional layerVersionName: string

The name of the layer.

Default

- A name will be generated.

Stability

stable


license?

readonly optional license: string

The SPDX licence identifier or URL to the license file for this layer.

Default

- No license information will be recorded.

Stability

stable


removalPolicy?

readonly optional removalPolicy: RemovalPolicy

Whether to retain this version of the layer when a new version is added or when the stack is deleted.

Default

RemovalPolicy.DESTROY

Stability

stable