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

PermissionConfiguration

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

Contains information about how permissions are configured for the S3 bucket.

interface PermissionConfiguration {
AccountLevelPermissions?: AccountLevelPermissions | null;
BucketLevelPermissions?: BucketLevelPermissions | null;
}

§Properties

§
AccountLevelPermissions?: AccountLevelPermissions | null
[src]

Contains information about the account level permissions on the S3 bucket.

§
BucketLevelPermissions?: BucketLevelPermissions | null
[src]

Contains information about the bucket level permissions for the S3 bucket.