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

AwsRedshiftClusterClusterSnapshotCopyStatus

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

You can configure Amazon Redshift to copy snapshots for a cluster to another Amazon Web Services Region. This parameter provides information about a cross-Region snapshot copy.

interface AwsRedshiftClusterClusterSnapshotCopyStatus {
DestinationRegion?: string | null;
ManualSnapshotRetentionPeriod?: number | null;
RetentionPeriod?: number | null;
SnapshotCopyGrantName?: string | null;
}

§Properties

§
DestinationRegion?: string | null
[src]

The destination Region that snapshots are automatically copied to when cross-Region snapshot copy is enabled.

§
ManualSnapshotRetentionPeriod?: number | null
[src]

The number of days that manual snapshots are retained in the destination Region after they are copied from a source Region.

If the value is -1, then the manual snapshot is retained indefinitely.

Valid values: Either -1 or an integer between 1 and 3,653

§
RetentionPeriod?: number | null
[src]

The number of days to retain automated snapshots in the destination Region after they are copied from a source Region.

§
SnapshotCopyGrantName?: string | null
[src]

The name of the snapshot copy grant.