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

CreateResourceShareRequest

import type { CreateResourceShareRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ram.ts";
interface CreateResourceShareRequest {
allowExternalPrincipals?: boolean | null;
clientToken?: string | null;
name: string;
permissionArns?: string[] | null;
principals?: string[] | null;
resourceArns?: string[] | null;
tags?: Tag[] | null;
}

§Properties

§
allowExternalPrincipals?: boolean | null
[src]
§
clientToken?: string | null
[src]
§
name: string
[src]
§
permissionArns?: string[] | null
[src]
§
principals?: string[] | null
[src]
§
resourceArns?: string[] | null
[src]
§
tags?: Tag[] | null
[src]