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

AwsBackupRecoveryPointCreatedByDetails

import type { AwsBackupRecoveryPointCreatedByDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

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

interface AwsBackupRecoveryPointCreatedByDetails {
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.

§
BackupPlanId?: string | null
[src]

Uniquely identifies a backup plan.

§
BackupPlanVersion?: string | null
[src]

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

§
BackupRuleId?: string | null
[src]

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