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

AwsBackupBackupPlanDetails

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

Provides details about an Backup backup plan and an array of BackupRule objects, each of which specifies a backup rule.

interface AwsBackupBackupPlanDetails {
BackupPlanArn?: string | null;
BackupPlanId?: string | null;
VersionId?: string | null;
}

§Properties

§

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

§
BackupPlanArn?: string | null
[src]

An Amazon Resource Name (ARN) that uniquely identifies the backup plan.

§
BackupPlanId?: string | null
[src]

A unique ID for the backup plan.

§
VersionId?: string | null
[src]

Unique, randomly generated, Unicode, UTF-8 encoded strings. Version IDs cannot be edited.