RestoreDBClusterToPointInTimeMessage
import type { RestoreDBClusterToPointInTimeMessage } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/rds.ts";interface RestoreDBClusterToPointInTimeMessage {
BacktrackWindow?: number | null;
CopyTagsToSnapshot?: boolean | null;
DBClusterIdentifier: string;
DBClusterParameterGroupName?: string | null;
DBSubnetGroupName?: string | null;
DeletionProtection?: boolean | null;
Domain?: string | null;
DomainIAMRoleName?: string | null;
EnableCloudwatchLogsExports?: string[] | null;
EnableIAMDatabaseAuthentication?: boolean | null;
EngineMode?: string | null;
KmsKeyId?: string | null;
OptionGroupName?: string | null;
Port?: number | null;
RestoreToTime?: Date | number | null;
RestoreType?: string | null;
ScalingConfiguration?: ScalingConfiguration | null;
SourceDBClusterIdentifier: string;
Tags?: Tag[] | null;
UseLatestRestorableTime?: boolean | null;
VpcSecurityGroupIds?: string[] | null;
}§Properties
§
ScalingConfiguration?: ScalingConfiguration | null
[src]