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

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;
}

§Properties

§
AutomatedSnapshotRetentionPeriod?: number | null
[src]
§
ClusterIdentifier?: string | null
[src]
§
ClusterType?: string | null
[src]
§
ClusterVersion?: string | null
[src]
§
EncryptionType?: string | null
[src]
§
EnhancedVpcRouting?: boolean | null
[src]
§
MaintenanceTrackName?: string | null
[src]
§
MasterUserPassword?: string | null
[src]
§
NodeType?: string | null
[src]
§
NumberOfNodes?: number | null
[src]
§
PubliclyAccessible?: boolean | null
[src]