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

CreateBucketAccessKeyRequest

import type { CreateBucketAccessKeyRequest } from "https://aws-api.deno.dev/v0.3/services/lightsail.ts?docs=full";
interface CreateBucketAccessKeyRequest {
bucketName: string;
}

§Properties

§
bucketName: string
[src]

The name of the bucket that the new access key will belong to, and grant access to.