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.deno.dev/v0.4/services/securityhub.ts?docs=full";

Changes to the Amazon Redshift cluster that are currently pending.

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]

The pending or in-progress change to the automated snapshot retention period.

§
ClusterIdentifier?: string | null
[src]

The pending or in-progress change to the identifier for the cluster.

§
ClusterType?: string | null
[src]

The pending or in-progress change to the cluster type.

§
ClusterVersion?: string | null
[src]

The pending or in-progress change to the service version.

§
EncryptionType?: string | null
[src]

The encryption type for a cluster.

§
EnhancedVpcRouting?: boolean | null
[src]

Indicates whether to create the cluster with enhanced VPC routing enabled.

§
MaintenanceTrackName?: string | null
[src]

The name of the maintenance track that the cluster changes to during the next maintenance window.

§
MasterUserPassword?: string | null
[src]

The pending or in-progress change to the master user password for the cluster.

§
NodeType?: string | null
[src]

The pending or in-progress change to the cluster's node type.

§
NumberOfNodes?: number | null
[src]

The pending or in-progress change to the number of nodes in the cluster.

§
PubliclyAccessible?: boolean | null
[src]

The pending or in-progress change to whether the cluster can be connected to from the public network.