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

BucketMetadata

import type { BucketMetadata } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/macie2.ts";
interface BucketMetadata {
accountId?: string | null;
allowsUnencryptedObjectUploads?: AllowsUnencryptedObjectUploads | null;
bucketArn?: string | null;
bucketCreatedAt?: Date | number | null;
bucketName?: string | null;
classifiableObjectCount?: number | null;
classifiableSizeInBytes?: number | null;
jobDetails?: JobDetails | null;
lastUpdated?: Date | number | null;
objectCount?: number | null;
objectCountByEncryptionType?: ObjectCountByEncryptionType | null;
publicAccess?: BucketPublicAccess | null;
region?: string | null;
replicationDetails?: ReplicationDetails | null;
serverSideEncryption?: BucketServerSideEncryption | null;
sharedAccess?: SharedAccess | null;
sizeInBytes?: number | null;
sizeInBytesCompressed?: number | null;
tags?: KeyValuePair[] | null;
unclassifiableObjectCount?: ObjectLevelStatistics | null;
unclassifiableObjectSizeInBytes?: ObjectLevelStatistics | null;
versioning?: boolean | null;
}

§Properties

§
accountId?: string | null
[src]
§
allowsUnencryptedObjectUploads?: AllowsUnencryptedObjectUploads | null
[src]
§
bucketArn?: string | null
[src]
§
bucketCreatedAt?: Date | number | null
[src]
§
bucketName?: string | null
[src]
§
classifiableObjectCount?: number | null
[src]
§
classifiableSizeInBytes?: number | null
[src]
§
jobDetails?: JobDetails | null
[src]
§
lastUpdated?: Date | number | null
[src]
§
objectCount?: number | null
[src]
§
objectCountByEncryptionType?: ObjectCountByEncryptionType | null
[src]
§
publicAccess?: BucketPublicAccess | null
[src]
§
region?: string | null
[src]
§
replicationDetails?: ReplicationDetails | null
[src]
§
serverSideEncryption?: BucketServerSideEncryption | null
[src]
§
sharedAccess?: SharedAccess | null
[src]
§
sizeInBytes?: number | null
[src]
§
sizeInBytesCompressed?: number | null
[src]
§
tags?: KeyValuePair[] | null
[src]
§
unclassifiableObjectCount?: ObjectLevelStatistics | null
[src]
§
unclassifiableObjectSizeInBytes?: ObjectLevelStatistics | null
[src]
§
versioning?: boolean | null
[src]