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

ResourceShare

import type { ResourceShare } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ram.ts";
interface ResourceShare {
allowExternalPrincipals?: boolean | null;
creationTime?: Date | number | null;
featureSet?: ResourceShareFeatureSet | null;
lastUpdatedTime?: Date | number | null;
name?: string | null;
owningAccountId?: string | null;
resourceShareArn?: string | null;
status?: ResourceShareStatus | null;
statusMessage?: string | null;
tags?: Tag[] | null;
}

§Properties

§
allowExternalPrincipals?: boolean | null
[src]
§
creationTime?: Date | number | null
[src]
§
featureSet?: ResourceShareFeatureSet | null
[src]
§
lastUpdatedTime?: Date | number | null
[src]
§
name?: string | null
[src]
§
owningAccountId?: string | null
[src]
§
resourceShareArn?: string | null
[src]
§
statusMessage?: string | null
[src]
§
tags?: Tag[] | null
[src]