- Navigation GuideYou are on a type information page within a Client package. Return to the Client landing page
@aws-sdk/client-redshift
PendingModifiedValues Interface
Describes cluster attributes that are in a pending state. A change to one or more the attributes was requested and is in progress or will be applied.
Members
Name | Type | Details |
---|---|---|
AutomatedSnapshotRetentionPeriod | number | undefined | The pending or in-progress change of the automated snapshot retention period. |
ClusterIdentifier | string | undefined | The pending or in-progress change of the new identifier for the cluster. |
ClusterType | string | undefined | The pending or in-progress change of the cluster type. |
ClusterVersion | string | undefined | The pending or in-progress change of the service version. |
EncryptionType | string | undefined | The encryption type for a cluster. Possible values are: KMS and None. |
EnhancedVpcRouting | boolean | undefined | An option that specifies whether to create the cluster with enhanced VPC routing enabled. To create a cluster that uses enhanced VPC routing, the cluster must be in a VPC. For more information, see Enhanced VPC Routing in the Amazon Redshift Cluster Management Guide. If this option is Default: false |
MaintenanceTrackName | string | undefined | The name of the maintenance track that the cluster will change to during the next maintenance window. |
MasterUserPassword | string | undefined | The pending or in-progress change of the admin user password for the cluster. |
NodeType | string | undefined | The pending or in-progress change of the cluster's node type. |
NumberOfNodes | number | undefined | The pending or in-progress change of the number of nodes in the cluster. |
PubliclyAccessible | boolean | undefined | The pending or in-progress change of the ability to connect to the cluster from the public network. |
Full Signature
export interface PendingModifiedValues