class Aws::SecurityHub::Types::AwsRedshiftClusterPendingModifiedValues

Changes to the Amazon Redshift cluster that are currently pending.

@note When making an API call, you may pass AwsRedshiftClusterPendingModifiedValues

data as a hash:

    {
      automated_snapshot_retention_period: 1,
      cluster_identifier: "NonEmptyString",
      cluster_type: "NonEmptyString",
      cluster_version: "NonEmptyString",
      encryption_type: "NonEmptyString",
      enhanced_vpc_routing: false,
      maintenance_track_name: "NonEmptyString",
      master_user_password: "NonEmptyString",
      node_type: "NonEmptyString",
      number_of_nodes: 1,
      publicly_accessible: false,
    }

@!attribute [rw] automated_snapshot_retention_period

The pending or in-progress change to the automated snapshot
retention period.
@return [Integer]

@!attribute [rw] cluster_identifier

The pending or in-progress change to the identifier for the cluster.
@return [String]

@!attribute [rw] cluster_type

The pending or in-progress change to the cluster type.
@return [String]

@!attribute [rw] cluster_version

The pending or in-progress change to the service version.
@return [String]

@!attribute [rw] encryption_type

The encryption type for a cluster.
@return [String]

@!attribute [rw] enhanced_vpc_routing

Indicates whether to create the cluster with enhanced VPC routing
enabled.
@return [Boolean]

@!attribute [rw] maintenance_track_name

The name of the maintenance track that the cluster changes to during
the next maintenance window.
@return [String]

@!attribute [rw] master_user_password

The pending or in-progress change to the master user password for
the cluster.
@return [String]

@!attribute [rw] node_type

The pending or in-progress change to the cluster's node type.
@return [String]

@!attribute [rw] number_of_nodes

The pending or in-progress change to the number of nodes in the
cluster.
@return [Integer]

@!attribute [rw] publicly_accessible

The pending or in-progress change to whether the cluster can be
connected to from the public network.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsRedshiftClusterPendingModifiedValues AWS API Documentation

Constants

SENSITIVE