RestoreDBInstanceToPointInTimeMessage
import type { RestoreDBInstanceToPointInTimeMessage } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/rds.ts";interface RestoreDBInstanceToPointInTimeMessage {
AutoMinorVersionUpgrade?: boolean | null;
AvailabilityZone?: string | null;
CopyTagsToSnapshot?: boolean | null;
DBInstanceClass?: string | null;
DBName?: string | null;
DBParameterGroupName?: string | null;
DBSubnetGroupName?: string | null;
DeletionProtection?: boolean | null;
Domain?: string | null;
DomainIAMRoleName?: string | null;
EnableCloudwatchLogsExports?: string[] | null;
EnableCustomerOwnedIp?: boolean | null;
EnableIAMDatabaseAuthentication?: boolean | null;
Engine?: string | null;
Iops?: number | null;
LicenseModel?: string | null;
MaxAllocatedStorage?: number | null;
MultiAZ?: boolean | null;
OptionGroupName?: string | null;
Port?: number | null;
ProcessorFeatures?: ProcessorFeature[] | null;
PubliclyAccessible?: boolean | null;
RestoreTime?: Date | number | null;
SourceDBInstanceAutomatedBackupsArn?: string | null;
SourceDBInstanceIdentifier?: string | null;
SourceDbiResourceId?: string | null;
StorageType?: string | null;
Tags?: Tag[] | null;
TargetDBInstanceIdentifier: string;
TdeCredentialArn?: string | null;
TdeCredentialPassword?: string | null;
UseDefaultProcessorFeatures?: boolean | null;
UseLatestRestorableTime?: boolean | null;
VpcSecurityGroupIds?: string[] | null;
}§Properties
§
ProcessorFeatures?: ProcessorFeature[] | null
[src]