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

AwsRedshiftClusterDetails

import type { AwsRedshiftClusterDetails } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";
interface AwsRedshiftClusterDetails {
AllowVersionUpgrade?: boolean | null;
AutomatedSnapshotRetentionPeriod?: number | null;
AvailabilityZone?: string | null;
ClusterAvailabilityStatus?: string | null;
ClusterCreateTime?: string | null;
ClusterIdentifier?: string | null;
ClusterNodes?: AwsRedshiftClusterClusterNode[] | null;
ClusterParameterGroups?: AwsRedshiftClusterClusterParameterGroup[] | null;
ClusterPublicKey?: string | null;
ClusterRevisionNumber?: string | null;
ClusterSecurityGroups?: AwsRedshiftClusterClusterSecurityGroup[] | null;
ClusterSnapshotCopyStatus?: AwsRedshiftClusterClusterSnapshotCopyStatus | null;
ClusterStatus?: string | null;
ClusterSubnetGroupName?: string | null;
ClusterVersion?: string | null;
DBName?: string | null;
DeferredMaintenanceWindows?: AwsRedshiftClusterDeferredMaintenanceWindow[] | null;
ElasticIpStatus?: AwsRedshiftClusterElasticIpStatus | null;
ElasticResizeNumberOfNodeOptions?: string | null;
Encrypted?: boolean | null;
Endpoint?: AwsRedshiftClusterEndpoint | null;
EnhancedVpcRouting?: boolean | null;
ExpectedNextSnapshotScheduleTime?: string | null;
ExpectedNextSnapshotScheduleTimeStatus?: string | null;
HsmStatus?: AwsRedshiftClusterHsmStatus | null;
IamRoles?: AwsRedshiftClusterIamRole[] | null;
KmsKeyId?: string | null;
MaintenanceTrackName?: string | null;
ManualSnapshotRetentionPeriod?: number | null;
MasterUsername?: string | null;
NextMaintenanceWindowStartTime?: string | null;
NodeType?: string | null;
NumberOfNodes?: number | null;
PendingActions?: string[] | null;
PendingModifiedValues?: AwsRedshiftClusterPendingModifiedValues | null;
PreferredMaintenanceWindow?: string | null;
PubliclyAccessible?: boolean | null;
ResizeInfo?: AwsRedshiftClusterResizeInfo | null;
RestoreStatus?: AwsRedshiftClusterRestoreStatus | null;
SnapshotScheduleIdentifier?: string | null;
SnapshotScheduleState?: string | null;
VpcId?: string | null;
VpcSecurityGroups?: AwsRedshiftClusterVpcSecurityGroup[] | null;
}

§Properties

§
AllowVersionUpgrade?: boolean | null
[src]
§
AutomatedSnapshotRetentionPeriod?: number | null
[src]
§
AvailabilityZone?: string | null
[src]
§
ClusterAvailabilityStatus?: string | null
[src]
§
ClusterCreateTime?: string | null
[src]
§
ClusterIdentifier?: string | null
[src]
§
ClusterNodes?: AwsRedshiftClusterClusterNode[] | null
[src]
§
ClusterParameterGroups?: AwsRedshiftClusterClusterParameterGroup[] | null
[src]
§
ClusterPublicKey?: string | null
[src]
§
ClusterRevisionNumber?: string | null
[src]
§
ClusterSecurityGroups?: AwsRedshiftClusterClusterSecurityGroup[] | null
[src]
§
ClusterSnapshotCopyStatus?: AwsRedshiftClusterClusterSnapshotCopyStatus | null
[src]
§
ClusterStatus?: string | null
[src]
§
ClusterSubnetGroupName?: string | null
[src]
§
ClusterVersion?: string | null
[src]
§
DBName?: string | null
[src]
§
DeferredMaintenanceWindows?: AwsRedshiftClusterDeferredMaintenanceWindow[] | null
[src]
§
ElasticResizeNumberOfNodeOptions?: string | null
[src]
§
Encrypted?: boolean | null
[src]
§
EnhancedVpcRouting?: boolean | null
[src]
§
ExpectedNextSnapshotScheduleTime?: string | null
[src]
§
ExpectedNextSnapshotScheduleTimeStatus?: string | null
[src]
§
KmsKeyId?: string | null
[src]
§
MaintenanceTrackName?: string | null
[src]
§
ManualSnapshotRetentionPeriod?: number | null
[src]
§
MasterUsername?: string | null
[src]
§
NextMaintenanceWindowStartTime?: string | null
[src]
§
NodeType?: string | null
[src]
§
NumberOfNodes?: number | null
[src]
§
PendingActions?: string[] | null
[src]
§
PendingModifiedValues?: AwsRedshiftClusterPendingModifiedValues | null
[src]
§
PreferredMaintenanceWindow?: string | null
[src]
§
PubliclyAccessible?: boolean | null
[src]
§
SnapshotScheduleIdentifier?: string | null
[src]
§
SnapshotScheduleState?: string | null
[src]
§
VpcId?: string | null
[src]
§
VpcSecurityGroups?: AwsRedshiftClusterVpcSecurityGroup[] | null
[src]