Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface LayerVersionContentInput

A ZIP archive that contains the contents of an Lambda layer. You can specify either an Amazon S3 location, or upload a layer archive directly.

Hierarchy

  • LayerVersionContentInput

Properties

S3Bucket?: string

The Amazon S3 bucket of the layer archive.

S3Key?: string

The Amazon S3 key of the layer archive.

S3ObjectVersion?: string

For versioned objects, the version of the layer archive object to use.

ZipFile?: Uint8Array

The base64-encoded contents of the layer archive. Amazon Web Services SDK and Amazon Web Services CLI clients handle the encoding for you.