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

SetResourceAccessForBucketRequest

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

§Properties

§

The access setting.

The following access settings are available:

  • allow - Allows access to the bucket and its objects.
  • deny - Denies access to the bucket and its objects. Use this setting to remove access for a resource previously set to allow.
§
bucketName: string
[src]

The name of the bucket for which to set access to another Lightsail resource.

§
resourceName: string
[src]

The name of the Lightsail instance for which to set bucket access. The instance must be in a running or stopped state.