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

StartAssessmentFrameworkShareRequest

import type { StartAssessmentFrameworkShareRequest } from "https://aws-api.deno.dev/v0.4/services/auditmanager.ts?docs=full";
interface StartAssessmentFrameworkShareRequest {
comment?: string | null;
destinationAccount: string;
destinationRegion: string;
frameworkId: string;
}

§Properties

§
comment?: string | null
[src]

An optional comment from the sender about the share request.

§
destinationAccount: string
[src]

The Amazon Web Services account of the recipient.

§
destinationRegion: string
[src]

The Amazon Web Services Region of the recipient.

§
frameworkId: string
[src]

The unique identifier for the custom framework to be shared.