Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PrismaLayerProps

Hierarchy

  • Omit<LayerVersionProps, "code">
    • PrismaLayerProps

Index

Properties

Optional Readonly compatibleRuntimes

compatibleRuntimes?: Runtime[]

The runtimes compatible with this Layer.

default
  • All runtimes are supported.
stability

stable

Optional Readonly description

description?: string

The description the this Lambda Layer.

default
  • No description.
stability

stable

Optional Readonly layerVersionName

layerVersionName?: string

The name of the layer.

default
  • A name will be generated.
stability

stable

Optional Readonly license

license?: string

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

default
  • No license information will be recorded.
stability

stable

Optional nodeModules

nodeModules?: string[]

Optional prismaVersion

prismaVersion?: string

Optional Readonly removalPolicy

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

Generated using TypeDoc