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

Details about an Amazon Redshift cluster.

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;
LoggingStatus?: AwsRedshiftClusterLoggingStatus | 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]

Indicates whether major version upgrades are applied automatically to the cluster during the maintenance window.

§
AutomatedSnapshotRetentionPeriod?: number | null
[src]

The number of days that automatic cluster snapshots are retained.

§
AvailabilityZone?: string | null
[src]

The name of the Availability Zone in which the cluster is located.

§
ClusterAvailabilityStatus?: string | null
[src]

The availability status of the cluster for queries. Possible values are the following:

  • Available - The cluster is available for queries.
  • Unavailable - The cluster is not available for queries.
  • Maintenance - The cluster is intermittently available for queries due to maintenance activities.
  • Modifying -The cluster is intermittently available for queries due to changes that modify the cluster.
  • Failed - The cluster failed and is not available for queries.
§
ClusterCreateTime?: string | null
[src]

Indicates when the cluster was created.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.

§
ClusterIdentifier?: string | null
[src]

The unique identifier of the cluster.

§
ClusterNodes?: AwsRedshiftClusterClusterNode[] | null
[src]

The nodes in the cluster.

§
ClusterParameterGroups?: AwsRedshiftClusterClusterParameterGroup[] | null
[src]

The list of cluster parameter groups that are associated with this cluster.

§
ClusterPublicKey?: string | null
[src]

The public key for the cluster.

§
ClusterRevisionNumber?: string | null
[src]

The specific revision number of the database in the cluster.

§
ClusterSecurityGroups?: AwsRedshiftClusterClusterSecurityGroup[] | null
[src]

A list of cluster security groups that are associated with the cluster.

§
ClusterSnapshotCopyStatus?: AwsRedshiftClusterClusterSnapshotCopyStatus | null
[src]

Information about the destination Region and retention period for the cross-Region snapshot copy.

§
ClusterStatus?: string | null
[src]

The current status of the cluster.

Valid values: available | available, prep-for-resize | available, resize-cleanup |cancelling-resize | creating | deleting | final-snapshot | hardware-failure | incompatible-hsm |incompatible-network | incompatible-parameters | incompatible-restore | modifying | paused | rebooting | renaming | resizing | rotating-keys | storage-full | updating-hsm

§
ClusterSubnetGroupName?: string | null
[src]

The name of the subnet group that is associated with the cluster. This parameter is valid only when the cluster is in a VPC.

§
ClusterVersion?: string | null
[src]

The version ID of the Amazon Redshift engine that runs on the cluster.

§
DBName?: string | null
[src]

The name of the initial database that was created when the cluster was created.

The same name is returned for the life of the cluster.

If an initial database is not specified, a database named devdev is created by default.

§
DeferredMaintenanceWindows?: AwsRedshiftClusterDeferredMaintenanceWindow[] | null
[src]

List of time windows during which maintenance was deferred.

§

Information about the status of the Elastic IP (EIP) address.

§
ElasticResizeNumberOfNodeOptions?: string | null
[src]

The number of nodes that you can use the elastic resize method to resize the cluster to.

§
Encrypted?: boolean | null
[src]

Indicates whether the data in the cluster is encrypted at rest.

§

The connection endpoint.

§
EnhancedVpcRouting?: boolean | null
[src]

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

§
ExpectedNextSnapshotScheduleTime?: string | null
[src]

Indicates when the next snapshot is expected to be taken. The cluster must have a valid snapshot schedule and have backups enabled.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.

§
ExpectedNextSnapshotScheduleTimeStatus?: string | null
[src]

The status of the next expected snapshot.

Valid values: OnTrack | Pending

§

Information about whether the Amazon Redshift cluster finished applying any changes to hardware security module (HSM) settings that were specified in a modify cluster command.

§
IamRoles?: AwsRedshiftClusterIamRole[] | null
[src]

A list of IAM roles that the cluster can use to access other Amazon Web Services services.

§
KmsKeyId?: string | null
[src]

The identifier of the KMS encryption key that is used to encrypt data in the cluster.

§

Information about the logging status of the cluster.

§
MaintenanceTrackName?: string | null
[src]

The name of the maintenance track for the cluster.

§
ManualSnapshotRetentionPeriod?: number | null
[src]

The default number of days to retain a manual snapshot.

If the value is -1, the snapshot is retained indefinitely.

This setting doesn't change the retention period of existing snapshots.

Valid values: Either -1 or an integer between 1 and 3,653

§
MasterUsername?: string | null
[src]

The master user name for the cluster. This name is used to connect to the database that is specified in as the value of DBName.

§
NextMaintenanceWindowStartTime?: string | null
[src]

Indicates the start of the next maintenance window.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.

§
NodeType?: string | null
[src]

The node type for the nodes in the cluster.

§
NumberOfNodes?: number | null
[src]

The number of compute nodes in the cluster.

§
PendingActions?: string[] | null
[src]

A list of cluster operations that are waiting to start.

§
PendingModifiedValues?: AwsRedshiftClusterPendingModifiedValues | null
[src]

A list of changes to the cluster that are currently pending.

§
PreferredMaintenanceWindow?: string | null
[src]

The weekly time range, in Universal Coordinated Time (UTC), during which system maintenance can occur.

Format: _<day>_:HH:MM-_<day>_:HH:MM

For the day values, use mon | tue | wed | thu | fri | sat | sun

For example, sun:09:32-sun:10:02

§
PubliclyAccessible?: boolean | null
[src]

Whether the cluster can be accessed from a public network.

§

Information about the resize operation for the cluster.

§

Information about the status of a cluster restore action. Only applies to a cluster that was created by restoring a snapshot.

§
SnapshotScheduleIdentifier?: string | null
[src]

A unique identifier for the cluster snapshot schedule.

§
SnapshotScheduleState?: string | null
[src]

The current state of the cluster snapshot schedule.

Valid values: MODIFYING | ACTIVE | FAILED

§
VpcId?: string | null
[src]

The identifier of the VPC that the cluster is in, if the cluster is in a VPC.

§
VpcSecurityGroups?: AwsRedshiftClusterVpcSecurityGroup[] | null
[src]

The list of VPC security groups that the cluster belongs to, if the cluster is in a VPC.