RestoreFromClusterSnapshotMessage
import type { RestoreFromClusterSnapshotMessage } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/redshift.ts";interface RestoreFromClusterSnapshotMessage {
AdditionalInfo?: string | null;
AllowVersionUpgrade?: boolean | null;
AquaConfigurationStatus?: AquaConfigurationStatus | null;
AutomatedSnapshotRetentionPeriod?: number | null;
AvailabilityZone?: string | null;
AvailabilityZoneRelocation?: boolean | null;
ClusterIdentifier: string;
ClusterParameterGroupName?: string | null;
ClusterSecurityGroups?: string[] | null;
ClusterSubnetGroupName?: string | null;
ElasticIp?: string | null;
EnhancedVpcRouting?: boolean | null;
HsmClientCertificateIdentifier?: string | null;
HsmConfigurationIdentifier?: string | null;
IamRoles?: string[] | null;
KmsKeyId?: string | null;
MaintenanceTrackName?: string | null;
ManualSnapshotRetentionPeriod?: number | null;
NodeType?: string | null;
NumberOfNodes?: number | null;
OwnerAccount?: string | null;
Port?: number | null;
PreferredMaintenanceWindow?: string | null;
PubliclyAccessible?: boolean | null;
SnapshotClusterIdentifier?: string | null;
SnapshotIdentifier: string;
SnapshotScheduleIdentifier?: string | null;
VpcSecurityGroupIds?: string[] | null;
}§Properties
§
AquaConfigurationStatus?: AquaConfigurationStatus | null
[src]