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

AwsBackupBackupPlanRuleDetails

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

Provides details about an array of BackupRule objects, each of which specifies a scheduled task that is used to back up a selection of resources.

interface AwsBackupBackupPlanRuleDetails {
CompletionWindowMinutes?: number | null;
EnableContinuousBackup?: boolean | null;
RuleId?: string | null;
RuleName?: string | null;
ScheduleExpression?: string | null;
StartWindowMinutes?: number | null;
TargetBackupVault?: string | null;
}

§Properties

§
CompletionWindowMinutes?: number | null
[src]

A value in minutes after a backup job is successfully started before it must be completed, or it is canceled by Backup.

§

An array of CopyAction objects, each of which contains details of the copy operation.

§
EnableContinuousBackup?: boolean | null
[src]

Specifies whether Backup creates continuous backups capable of point-in-time restore (PITR).

§

Defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. If you do not specify a lifecycle, Backup applies the lifecycle policy of the source backup to the destination backup.

Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days.

§
RuleId?: string | null
[src]

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

§
RuleName?: string | null
[src]

A display name for a backup rule. Must contain 1 to 50 alphanumeric or '-_.' characters.

§
ScheduleExpression?: string | null
[src]

A cron expression in UTC specifying when Backup initiates a backup job.

§
StartWindowMinutes?: number | null
[src]

A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully.

§
TargetBackupVault?: string | null
[src]

The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the Amazon Web Services account used to create them and the Amazon Web Services Region where they are created. They consist of letters, numbers, and hyphens.