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

S3BucketAclGrantConfiguration

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

A proposed access control list grant configuration for an Amazon S3 bucket. For more information, see How to Specify an ACL.

interface S3BucketAclGrantConfiguration {
grantee: AclGrantee;
permission: AclPermission;
}

§Properties

§

The grantee to whom you’re assigning access rights.

§
permission: AclPermission
[src]

The permissions being granted.