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.
Details about the resolved Amazon S3 object that contains a function's deployment package.
Namespace: Amazon.Lambda.Model
Assembly: AWSSDK.Lambda.dll
Version: 3.x.y.z
public class ResolvedS3Object
The ResolvedS3Object type exposes the following members
| Name | Description | |
|---|---|---|
|
ResolvedS3Object() |
| Name | Type | Description | |
|---|---|---|---|
|
S3Bucket | System.String |
Gets and sets the property S3Bucket. The Amazon S3 bucket that contains the deployment package. |
|
S3Key | System.String |
Gets and sets the property S3Key. The Amazon S3 key of the deployment package. |
|
S3ObjectVersion | System.String |
Gets and sets the property S3ObjectVersion. The version of the deployment package object. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer