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
§
ClusterNodes?: AwsRedshiftClusterClusterNode[] | null
[src]§
ClusterParameterGroups?: AwsRedshiftClusterClusterParameterGroup[] | null
[src]§
ClusterSecurityGroups?: AwsRedshiftClusterClusterSecurityGroup[] | null
[src]§
ClusterSnapshotCopyStatus?: AwsRedshiftClusterClusterSnapshotCopyStatus | null
[src]§
DeferredMaintenanceWindows?: AwsRedshiftClusterDeferredMaintenanceWindow[] | null
[src]§
ElasticIpStatus?: AwsRedshiftClusterElasticIpStatus | null
[src]§
Endpoint?: AwsRedshiftClusterEndpoint | null
[src]§
HsmStatus?: AwsRedshiftClusterHsmStatus | null
[src]§
IamRoles?: AwsRedshiftClusterIamRole[] | null
[src]§
PendingModifiedValues?: AwsRedshiftClusterPendingModifiedValues | null
[src]§
ResizeInfo?: AwsRedshiftClusterResizeInfo | null
[src]§
RestoreStatus?: AwsRedshiftClusterRestoreStatus | null
[src]§
VpcSecurityGroups?: AwsRedshiftClusterVpcSecurityGroup[] | null
[src]