AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
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.
Namespace: Amazon.Lambda.Model
Assembly: AWSSDK.Lambda.dll
Version: 3.x.y.z
public class LayerVersionContentInput
The LayerVersionContentInput type exposes the following members
Name | Description | |
---|---|---|
![]() |
LayerVersionContentInput() |
Name | Type | Description | |
---|---|---|---|
![]() |
S3Bucket | System.String |
Gets and sets the property S3Bucket. The Amazon S3 bucket of the layer archive. |
![]() |
S3Key | System.String |
Gets and sets the property S3Key. The Amazon S3 key of the layer archive. |
![]() |
S3ObjectVersion | System.String |
Gets and sets the property S3ObjectVersion. For versioned objects, the version of the layer archive object to use. |
![]() |
ZipFile | System.IO.MemoryStream |
Gets and sets the property ZipFile. The base64-encoded contents of the layer archive. Amazon Web Services SDK and Amazon Web Services CLI clients handle the encoding for you. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5