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

ResourceReceivingAccess

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

Describes an Amazon Lightsail instance that has access to a Lightsail bucket.

interface ResourceReceivingAccess {
name?: string | null;
resourceType?: string | null;
}

§Properties

§
name?: string | null
[src]

The name of the Lightsail instance.

§
resourceType?: string | null
[src]

The Lightsail resource type (for example, Instance).