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

AwsBackupRecoveryPointCalculatedLifecycleDetails

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

Specifies how long in days before a recovery point transitions to cold storage or is deleted.

interface AwsBackupRecoveryPointCalculatedLifecycleDetails {
DeleteAt?: string | null;
MoveToColdStorageAt?: string | null;
}

§Properties

§
DeleteAt?: string | null
[src]

Specifies the number of days after creation that a recovery point is deleted. Must be greater than 90 days plus MoveToColdStorageAfterDays.

§
MoveToColdStorageAt?: string | null
[src]

Specifies the number of days after creation that a recovery point is moved to cold storage.