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

CreateClusterMessage

import type { CreateClusterMessage } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/redshift.ts";
interface CreateClusterMessage {
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;
ClusterType?: string | null;
ClusterVersion?: string | null;
DBName?: string | null;
ElasticIp?: string | null;
Encrypted?: boolean | null;
EnhancedVpcRouting?: boolean | null;
HsmClientCertificateIdentifier?: string | null;
HsmConfigurationIdentifier?: string | null;
IamRoles?: string[] | null;
KmsKeyId?: string | null;
MaintenanceTrackName?: string | null;
ManualSnapshotRetentionPeriod?: number | null;
MasterUsername: string;
MasterUserPassword: string;
NodeType: string;
NumberOfNodes?: number | null;
Port?: number | null;
PreferredMaintenanceWindow?: string | null;
PubliclyAccessible?: boolean | null;
SnapshotScheduleIdentifier?: string | null;
Tags?: Tag[] | 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]
§
ClusterType?: string | null
[src]
§
ClusterVersion?: string | null
[src]
§
DBName?: string | null
[src]
§
ElasticIp?: string | null
[src]
§
Encrypted?: boolean | 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]
§
MasterUsername: string
[src]
§
MasterUserPassword: string
[src]
§
NodeType: string
[src]
§
NumberOfNodes?: number | null
[src]
§
Port?: number | null
[src]
§
PreferredMaintenanceWindow?: string | null
[src]
§
PubliclyAccessible?: boolean | null
[src]
§
SnapshotScheduleIdentifier?: string | null
[src]
§
Tags?: Tag[] | null
[src]
§
VpcSecurityGroupIds?: string[] | null
[src]