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

CreateBackupSelectionInput

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

§Properties

§
BackupPlanId: string
[src]

Uniquely identifies the backup plan to be associated with the selection of resources.

§
BackupSelection: BackupSelection
[src]

Specifies the body of a request to assign a set of resources to a backup plan.

§
CreatorRequestId?: string | null
[src]

A unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice. This parameter is optional.

If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.