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

RestoreFromClusterSnapshotMessage

import type { RestoreFromClusterSnapshotMessage } from "https://aws-api-gyr5wj9zj0fg.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

§
AdditionalInfo?: string | null
[src]
§
AllowVersionUpgrade?: boolean | null
[src]
§
AquaConfigurationStatus?: AquaConfigurationStatus | null
[src]
§
AutomatedSnapshotRetentionPeriod?: number | null
[src]
§
AvailabilityZone?: string | null
[src]
§
AvailabilityZoneRelocation?: boolean | null
[src]
§
ClusterIdentifier: string
[src]
§
ClusterParameterGroupName?: string | null
[src]
§
ClusterSecurityGroups?: string[] | null
[src]
§
ClusterSubnetGroupName?: string | null
[src]
§
ElasticIp?: string | null
[src]
§
EnhancedVpcRouting?: boolean | null
[src]
§
HsmClientCertificateIdentifier?: string | null
[src]
§
HsmConfigurationIdentifier?: string | null
[src]
§
IamRoles?: string[] | null
[src]
§
KmsKeyId?: string | null
[src]
§
MaintenanceTrackName?: string | null
[src]
§
ManualSnapshotRetentionPeriod?: number | null
[src]
§
NodeType?: string | null
[src]
§
NumberOfNodes?: number | null
[src]
§
OwnerAccount?: string | null
[src]
§
Port?: number | null
[src]
§
PreferredMaintenanceWindow?: string | null
[src]
§
PubliclyAccessible?: boolean | null
[src]
§
SnapshotClusterIdentifier?: string | null
[src]
§
SnapshotIdentifier: string
[src]
§
SnapshotScheduleIdentifier?: string | null
[src]
§
VpcSecurityGroupIds?: string[] | null
[src]