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
§
allowsUnencryptedObjectUploads?: AllowsUnencryptedObjectUploads | null
[src]§
jobDetails?: JobDetails | null
[src]§
objectCountByEncryptionType?: ObjectCountByEncryptionType | null
[src]§
publicAccess?: BucketPublicAccess | null
[src]§
replicationDetails?: ReplicationDetails | null
[src]§
serverSideEncryption?: BucketServerSideEncryption | null
[src]§
tags?: KeyValuePair[] | null
[src]§
unclassifiableObjectCount?: ObjectLevelStatistics | null
[src]§
unclassifiableObjectSizeInBytes?: ObjectLevelStatistics | null
[src]