Skip to content

Lambda  >  Structures  >  ResolvedS3Object

ResolvedS3Object

Structure Class

ResolvedS3Object dataclass

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

Attributes

s3_bucket class-attribute instance-attribute
s3_bucket: str | None = None

The Amazon S3 bucket that contains the deployment package.

s3_key class-attribute instance-attribute
s3_key: str | None = None

The Amazon S3 key of the deployment package.

s3_object_version class-attribute instance-attribute
s3_object_version: str | None = None

The version of the deployment package object.