AWS SDK Version 4 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.

Details about the resolved Amazon S3 object that contains a function's deployment package.

Inheritance Hierarchy

System.Object
  Amazon.Lambda.Model.ResolvedS3Object

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

Syntax

C#
public class ResolvedS3Object

The ResolvedS3Object type exposes the following members

Constructors

NameDescription
Public Method ResolvedS3Object()

Properties

NameTypeDescription
Public Property S3Bucket System.String

Gets and sets the property S3Bucket.

The Amazon S3 bucket that contains the deployment package.

Public Property S3Key System.String

Gets and sets the property S3Key.

The Amazon S3 key of the deployment package.

Public Property S3ObjectVersion System.String

Gets and sets the property S3ObjectVersion.

The version of the deployment package object.

Version Information

.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