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

RecoveryPointCreator

import type { RecoveryPointCreator } from "https://aws-api.deno.dev/v0.3/services/backup.ts?docs=full";

Contains information about the backup plan and rule that Backup used to initiate the recovery point backup.

interface RecoveryPointCreator {
BackupPlanArn?: string | null;
BackupPlanId?: string | null;
BackupPlanVersion?: string | null;
BackupRuleId?: string | null;
}

§Properties

§
BackupPlanArn?: string | null
[src]

An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50.

§
BackupPlanId?: string | null
[src]

Uniquely identifies a backup plan.

§
BackupPlanVersion?: string | null
[src]

Version IDs are unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. They cannot be edited.

§
BackupRuleId?: string | null
[src]

Uniquely identifies a rule used to schedule the backup of a selection of resources.