AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.Lambda.Model.LayerVersionContentInput

Namespace: Amazon.Lambda.Model
Assembly: AWSSDK.Lambda.dll
Version: 3.x.y.z

Syntax

C#
public class LayerVersionContentInput

The LayerVersionContentInput type exposes the following members

Constructors

NameDescription
Public Method LayerVersionContentInput()

Properties

NameTypeDescription
Public Property S3Bucket System.String

Gets and sets the property S3Bucket.

The Amazon S3 bucket of the layer archive.

Public Property S3Key System.String

Gets and sets the property S3Key.

The Amazon S3 key of the layer archive.

Public Property S3ObjectVersion System.String

Gets and sets the property S3ObjectVersion.

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

Public Property 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.

Version Information

.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