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

CreateFrameworkOutput

import type { CreateFrameworkOutput } from "https://aws-api.deno.dev/v0.4/services/backup.ts?docs=full";
interface CreateFrameworkOutput {
FrameworkArn?: string | null;
FrameworkName?: string | null;
}

§Properties

§
FrameworkArn?: string | null
[src]

An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.

§
FrameworkName?: string | null
[src]

The unique name of the framework. The name must be between 1 and 256 characters, starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).