Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AwsS3ObjectDetails

import type { AwsS3ObjectDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Details about an Amazon S3 object.

interface AwsS3ObjectDetails {
ContentType?: string | null;
ETag?: string | null;
LastModified?: string | null;
ServerSideEncryption?: string | null;
SSEKMSKeyId?: string | null;
VersionId?: string | null;
}

§Properties

§
ContentType?: string | null
[src]

A standard MIME type describing the format of the object data.

§
ETag?: string | null
[src]

The opaque identifier assigned by a web server to a specific version of a resource found at a URL.

§
LastModified?: string | null
[src]

Indicates when the object was last modified.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.

§
ServerSideEncryption?: string | null
[src]

If the object is stored using server-side encryption, the value of the server-side encryption algorithm used when storing this object in Amazon S3.

§
SSEKMSKeyId?: string | null
[src]

The identifier of the KMS symmetric customer managed key that was used for the object.

§
VersionId?: string | null
[src]

The version of the object.