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

BucketCountBySharedAccessType

import type { BucketCountBySharedAccessType } from "https://aws-api.deno.dev/v0.3/services/macie2.ts?docs=full";

Provides information about the number of S3 buckets that are or aren't shared with other Amazon Web Services accounts.

interface BucketCountBySharedAccessType {
external?: number | null;
internal?: number | null;
notShared?: number | null;
unknown?: number | null;
}

§Properties

§
external?: number | null
[src]

The total number of buckets that are shared with an Amazon Web Services account that isn't part of the same Amazon Macie organization.

§
internal?: number | null
[src]

The total number of buckets that are shared with an Amazon Web Services account that's part of the same Amazon Macie organization.

§
notShared?: number | null
[src]

The total number of buckets that aren't shared with other Amazon Web Services accounts.

§
unknown?: number | null
[src]

The total number of buckets that Amazon Macie wasn't able to evaluate shared access settings for. Macie can't determine whether these buckets are shared with other Amazon Web Services accounts.