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

BucketPermissionConfiguration

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

Provides information about the account-level and bucket-level permissions settings for an S3 bucket.

interface BucketPermissionConfiguration {
accountLevelPermissions?: AccountLevelPermissions | null;
bucketLevelPermissions?: BucketLevelPermissions | null;
}

§Properties

§
accountLevelPermissions?: AccountLevelPermissions | null
[src]

The account-level permissions settings that apply to the bucket.

§
bucketLevelPermissions?: BucketLevelPermissions | null
[src]

The bucket-level permissions settings for the bucket.