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

Cluster

import type { Cluster } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/redshift.ts";
interface Cluster {
AllowVersionUpgrade?: boolean | null;
AquaConfiguration?: AquaConfiguration | null;
AutomatedSnapshotRetentionPeriod?: number | null;
AvailabilityZone?: string | null;
AvailabilityZoneRelocationStatus?: string | null;
ClusterAvailabilityStatus?: string | null;
ClusterCreateTime?: Date | number | null;
ClusterIdentifier?: string | null;
ClusterNamespaceArn?: string | null;
ClusterNodes: ClusterNode[];
ClusterParameterGroups: ClusterParameterGroupStatus[];
ClusterPublicKey?: string | null;
ClusterRevisionNumber?: string | null;
ClusterSecurityGroups: ClusterSecurityGroupMembership[];
ClusterSnapshotCopyStatus?: ClusterSnapshotCopyStatus | null;
ClusterStatus?: string | null;
ClusterSubnetGroupName?: string | null;
ClusterVersion?: string | null;
DataTransferProgress?: DataTransferProgress | null;
DBName?: string | null;
DeferredMaintenanceWindows: DeferredMaintenanceWindow[];
ElasticIpStatus?: ElasticIpStatus | null;
ElasticResizeNumberOfNodeOptions?: string | null;
Encrypted?: boolean | null;
Endpoint?: Endpoint | null;
EnhancedVpcRouting?: boolean | null;
ExpectedNextSnapshotScheduleTime?: Date | number | null;
ExpectedNextSnapshotScheduleTimeStatus?: string | null;
HsmStatus?: HsmStatus | null;
IamRoles: ClusterIamRole[];
KmsKeyId?: string | null;
MaintenanceTrackName?: string | null;
ManualSnapshotRetentionPeriod?: number | null;
MasterUsername?: string | null;
ModifyStatus?: string | null;
NextMaintenanceWindowStartTime?: Date | number | null;
NodeType?: string | null;
NumberOfNodes?: number | null;
PendingActions: string[];
PendingModifiedValues?: PendingModifiedValues | null;
PreferredMaintenanceWindow?: string | null;
PubliclyAccessible?: boolean | null;
ResizeInfo?: ResizeInfo | null;
RestoreStatus?: RestoreStatus | null;
SnapshotScheduleIdentifier?: string | null;
SnapshotScheduleState?: ScheduleState | null;
Tags: Tag[];
TotalStorageCapacityInMegaBytes?: number | null;
VpcId?: string | null;
VpcSecurityGroups: VpcSecurityGroupMembership[];
}

§Properties

§
AllowVersionUpgrade?: boolean | null
[src]
§
AquaConfiguration?: AquaConfiguration | null
[src]
§
AutomatedSnapshotRetentionPeriod?: number | null
[src]
§
AvailabilityZone?: string | null
[src]
§
AvailabilityZoneRelocationStatus?: string | null
[src]
§
ClusterAvailabilityStatus?: string | null
[src]
§
ClusterCreateTime?: Date | number | null
[src]
§
ClusterIdentifier?: string | null
[src]
§
ClusterNamespaceArn?: string | null
[src]
§
ClusterNodes: ClusterNode[]
[src]
§
ClusterParameterGroups: ClusterParameterGroupStatus[]
[src]
§
ClusterPublicKey?: string | null
[src]
§
ClusterRevisionNumber?: string | null
[src]
§
ClusterSecurityGroups: ClusterSecurityGroupMembership[]
[src]
§
ClusterSnapshotCopyStatus?: ClusterSnapshotCopyStatus | null
[src]
§
ClusterStatus?: string | null
[src]
§
ClusterSubnetGroupName?: string | null
[src]
§
ClusterVersion?: string | null
[src]
§
DataTransferProgress?: DataTransferProgress | null
[src]
§
DBName?: string | null
[src]
§
DeferredMaintenanceWindows: DeferredMaintenanceWindow[]
[src]
§
ElasticIpStatus?: ElasticIpStatus | null
[src]
§
ElasticResizeNumberOfNodeOptions?: string | null
[src]
§
Encrypted?: boolean | null
[src]
§
Endpoint?: Endpoint | null
[src]
§
EnhancedVpcRouting?: boolean | null
[src]
§
ExpectedNextSnapshotScheduleTime?: Date | number | null
[src]
§
ExpectedNextSnapshotScheduleTimeStatus?: string | null
[src]
§
HsmStatus?: HsmStatus | null
[src]
§
KmsKeyId?: string | null
[src]
§
MaintenanceTrackName?: string | null
[src]
§
ManualSnapshotRetentionPeriod?: number | null
[src]
§
MasterUsername?: string | null
[src]
§
ModifyStatus?: string | null
[src]
§
NextMaintenanceWindowStartTime?: Date | number | null
[src]
§
NodeType?: string | null
[src]
§
NumberOfNodes?: number | null
[src]
§
PendingActions: string[]
[src]
§
PendingModifiedValues?: PendingModifiedValues | null
[src]
§
PreferredMaintenanceWindow?: string | null
[src]
§
PubliclyAccessible?: boolean | null
[src]
§
ResizeInfo?: ResizeInfo | null
[src]
§
RestoreStatus?: RestoreStatus | null
[src]
§
SnapshotScheduleIdentifier?: string | null
[src]
§
SnapshotScheduleState?: ScheduleState | null
[src]
§
Tags: Tag[]
[src]
§
TotalStorageCapacityInMegaBytes?: number | null
[src]
§
VpcId?: string | null
[src]