AwsRedshiftClusterPendingModifiedValues
import type { AwsRedshiftClusterPendingModifiedValues } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";interface AwsRedshiftClusterPendingModifiedValues {
AutomatedSnapshotRetentionPeriod?: number | null;
ClusterIdentifier?: string | null;
ClusterType?: string | null;
ClusterVersion?: string | null;
EncryptionType?: string | null;
EnhancedVpcRouting?: boolean | null;
MaintenanceTrackName?: string | null;
MasterUserPassword?: string | null;
NodeType?: string | null;
NumberOfNodes?: number | null;
PubliclyAccessible?: boolean | null;
}