| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Redshift.Types.PendingModifiedValues
Description
Synopsis
- data PendingModifiedValues = PendingModifiedValues' {
- automatedSnapshotRetentionPeriod :: Maybe Int
- clusterIdentifier :: Maybe Text
- clusterType :: Maybe Text
- clusterVersion :: Maybe Text
- encryptionType :: Maybe Text
- enhancedVpcRouting :: Maybe Bool
- maintenanceTrackName :: Maybe Text
- masterUserPassword :: Maybe Text
- nodeType :: Maybe Text
- numberOfNodes :: Maybe Int
- publiclyAccessible :: Maybe Bool
- newPendingModifiedValues :: PendingModifiedValues
- pendingModifiedValues_automatedSnapshotRetentionPeriod :: Lens' PendingModifiedValues (Maybe Int)
- pendingModifiedValues_clusterIdentifier :: Lens' PendingModifiedValues (Maybe Text)
- pendingModifiedValues_clusterType :: Lens' PendingModifiedValues (Maybe Text)
- pendingModifiedValues_clusterVersion :: Lens' PendingModifiedValues (Maybe Text)
- pendingModifiedValues_encryptionType :: Lens' PendingModifiedValues (Maybe Text)
- pendingModifiedValues_enhancedVpcRouting :: Lens' PendingModifiedValues (Maybe Bool)
- pendingModifiedValues_maintenanceTrackName :: Lens' PendingModifiedValues (Maybe Text)
- pendingModifiedValues_masterUserPassword :: Lens' PendingModifiedValues (Maybe Text)
- pendingModifiedValues_nodeType :: Lens' PendingModifiedValues (Maybe Text)
- pendingModifiedValues_numberOfNodes :: Lens' PendingModifiedValues (Maybe Int)
- pendingModifiedValues_publiclyAccessible :: Lens' PendingModifiedValues (Maybe Bool)
Documentation
data PendingModifiedValues Source #
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.
See: newPendingModifiedValues smart constructor.
Constructors
| PendingModifiedValues' | |
Fields
| |
Instances
newPendingModifiedValues :: PendingModifiedValues Source #
Create a value of PendingModifiedValues with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:automatedSnapshotRetentionPeriod:PendingModifiedValues', pendingModifiedValues_automatedSnapshotRetentionPeriod - The pending or in-progress change of the automated snapshot retention
period.
$sel:clusterIdentifier:PendingModifiedValues', pendingModifiedValues_clusterIdentifier - The pending or in-progress change of the new identifier for the cluster.
$sel:clusterType:PendingModifiedValues', pendingModifiedValues_clusterType - The pending or in-progress change of the cluster type.
$sel:clusterVersion:PendingModifiedValues', pendingModifiedValues_clusterVersion - The pending or in-progress change of the service version.
$sel:encryptionType:PendingModifiedValues', pendingModifiedValues_encryptionType - The encryption type for a cluster. Possible values are: KMS and None.
$sel:enhancedVpcRouting:PendingModifiedValues', pendingModifiedValues_enhancedVpcRouting - 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 true, enhanced VPC routing is enabled.
Default: false
$sel:maintenanceTrackName:PendingModifiedValues', pendingModifiedValues_maintenanceTrackName - The name of the maintenance track that the cluster will change to during
the next maintenance window.
$sel:masterUserPassword:PendingModifiedValues', pendingModifiedValues_masterUserPassword - The pending or in-progress change of the admin user password for the
cluster.
$sel:nodeType:PendingModifiedValues', pendingModifiedValues_nodeType - The pending or in-progress change of the cluster's node type.
$sel:numberOfNodes:PendingModifiedValues', pendingModifiedValues_numberOfNodes - The pending or in-progress change of the number of nodes in the cluster.
$sel:publiclyAccessible:PendingModifiedValues', pendingModifiedValues_publiclyAccessible - The pending or in-progress change of the ability to connect to the
cluster from the public network.
pendingModifiedValues_automatedSnapshotRetentionPeriod :: Lens' PendingModifiedValues (Maybe Int) Source #
The pending or in-progress change of the automated snapshot retention period.
pendingModifiedValues_clusterIdentifier :: Lens' PendingModifiedValues (Maybe Text) Source #
The pending or in-progress change of the new identifier for the cluster.
pendingModifiedValues_clusterType :: Lens' PendingModifiedValues (Maybe Text) Source #
The pending or in-progress change of the cluster type.
pendingModifiedValues_clusterVersion :: Lens' PendingModifiedValues (Maybe Text) Source #
The pending or in-progress change of the service version.
pendingModifiedValues_encryptionType :: Lens' PendingModifiedValues (Maybe Text) Source #
The encryption type for a cluster. Possible values are: KMS and None.
pendingModifiedValues_enhancedVpcRouting :: Lens' PendingModifiedValues (Maybe Bool) Source #
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 true, enhanced VPC routing is enabled.
Default: false
pendingModifiedValues_maintenanceTrackName :: Lens' PendingModifiedValues (Maybe Text) Source #
The name of the maintenance track that the cluster will change to during the next maintenance window.
pendingModifiedValues_masterUserPassword :: Lens' PendingModifiedValues (Maybe Text) Source #
The pending or in-progress change of the admin user password for the cluster.
pendingModifiedValues_nodeType :: Lens' PendingModifiedValues (Maybe Text) Source #
The pending or in-progress change of the cluster's node type.
pendingModifiedValues_numberOfNodes :: Lens' PendingModifiedValues (Maybe Int) Source #
The pending or in-progress change of the number of nodes in the cluster.
pendingModifiedValues_publiclyAccessible :: Lens' PendingModifiedValues (Maybe Bool) Source #
The pending or in-progress change of the ability to connect to the cluster from the public network.