Cluster
import type { Cluster } from "https://aws-api-gyr5wj9zj0fg.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
§
AquaConfiguration?: AquaConfiguration | null
[src]§
ClusterNodes: ClusterNode[]
[src]§
ClusterParameterGroups: ClusterParameterGroupStatus[]
[src]§
ClusterSecurityGroups: ClusterSecurityGroupMembership[]
[src]§
ClusterSnapshotCopyStatus?: ClusterSnapshotCopyStatus | null
[src]§
DataTransferProgress?: DataTransferProgress | null
[src]§
DeferredMaintenanceWindows: DeferredMaintenanceWindow[]
[src]§
ElasticIpStatus?: ElasticIpStatus | null
[src]§
IamRoles: ClusterIamRole[]
[src]§
PendingModifiedValues?: PendingModifiedValues | null
[src]§
ResizeInfo?: ResizeInfo | null
[src]§
RestoreStatus?: RestoreStatus | null
[src]§
SnapshotScheduleState?: ScheduleState | null
[src]§
VpcSecurityGroups: VpcSecurityGroupMembership[]
[src]