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

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;
}

§Properties

§
AllowVersionUpgrade?: boolean | 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]
§
ClusterType?: string | null
[src]
§
ClusterVersion?: string | null
[src]
§
ElasticIp?: string | null
[src]
§
Encrypted?: boolean | null
[src]
§
EnhancedVpcRouting?: boolean | null
[src]
§
HsmClientCertificateIdentifier?: string | null
[src]
§
HsmConfigurationIdentifier?: string | null
[src]
§
KmsKeyId?: string | null
[src]
§
MaintenanceTrackName?: string | null
[src]
§
ManualSnapshotRetentionPeriod?: number | null
[src]
§
MasterUserPassword?: string | null
[src]
§
NewClusterIdentifier?: string | null
[src]
§
NodeType?: string | null
[src]
§
NumberOfNodes?: number | null
[src]
§
Port?: number | null
[src]
§
PreferredMaintenanceWindow?: string | null
[src]
§
PubliclyAccessible?: boolean | null
[src]
§
VpcSecurityGroupIds?: string[] | null
[src]