ModifyClusterMessage
import type { ModifyClusterMessage } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/redshift.ts";interface ModifyClusterMessage {
AllowVersionUpgrade?: boolean | null;
AutomatedSnapshotRetentionPeriod?: number | null;
AvailabilityZone?: string | null;
AvailabilityZoneRelocation?: boolean | null;
ClusterIdentifier: string;
ClusterParameterGroupName?: string | null;
ClusterSecurityGroups?: string[] | null;
ClusterType?: string | null;
ClusterVersion?: string | null;
ElasticIp?: string | null;
Encrypted?: boolean | null;
EnhancedVpcRouting?: boolean | null;
HsmClientCertificateIdentifier?: string | null;
HsmConfigurationIdentifier?: string | null;
KmsKeyId?: string | null;
MaintenanceTrackName?: string | null;
ManualSnapshotRetentionPeriod?: number | null;
MasterUserPassword?: string | null;
NewClusterIdentifier?: string | null;
NodeType?: string | null;
NumberOfNodes?: number | null;
Port?: number | null;
PreferredMaintenanceWindow?: string | null;
PubliclyAccessible?: boolean | null;
VpcSecurityGroupIds?: string[] | null;
}