Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data PendingModifiedValues = PendingModifiedValues' {
- encryptionType :: Maybe Text
- enhancedVpcRouting :: Maybe Bool
- masterUserPassword :: Maybe Text
- publiclyAccessible :: Maybe Bool
- maintenanceTrackName :: Maybe Text
- automatedSnapshotRetentionPeriod :: Maybe Int
- clusterIdentifier :: Maybe Text
- numberOfNodes :: Maybe Int
- clusterType :: Maybe Text
- clusterVersion :: Maybe Text
- nodeType :: Maybe Text
- newPendingModifiedValues :: PendingModifiedValues
- pendingModifiedValues_encryptionType :: Lens' PendingModifiedValues (Maybe Text)
- pendingModifiedValues_enhancedVpcRouting :: Lens' PendingModifiedValues (Maybe Bool)
- pendingModifiedValues_masterUserPassword :: Lens' PendingModifiedValues (Maybe Text)
- pendingModifiedValues_publiclyAccessible :: Lens' PendingModifiedValues (Maybe Bool)
- pendingModifiedValues_maintenanceTrackName :: Lens' PendingModifiedValues (Maybe Text)
- pendingModifiedValues_automatedSnapshotRetentionPeriod :: Lens' PendingModifiedValues (Maybe Int)
- pendingModifiedValues_clusterIdentifier :: Lens' PendingModifiedValues (Maybe Text)
- pendingModifiedValues_numberOfNodes :: Lens' PendingModifiedValues (Maybe Int)
- pendingModifiedValues_clusterType :: Lens' PendingModifiedValues (Maybe Text)
- pendingModifiedValues_clusterVersion :: Lens' PendingModifiedValues (Maybe Text)
- pendingModifiedValues_nodeType :: Lens' PendingModifiedValues (Maybe Text)
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.
PendingModifiedValues' | |
|
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: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:masterUserPassword:PendingModifiedValues'
, pendingModifiedValues_masterUserPassword
- The pending or in-progress change of the admin user password for 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.
$sel:maintenanceTrackName:PendingModifiedValues'
, pendingModifiedValues_maintenanceTrackName
- The name of the maintenance track that the cluster will change to during
the next maintenance window.
$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:numberOfNodes:PendingModifiedValues'
, pendingModifiedValues_numberOfNodes
- The pending or in-progress change of the number of nodes in 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:nodeType:PendingModifiedValues'
, pendingModifiedValues_nodeType
- The pending or in-progress change of the cluster's node type.
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_masterUserPassword :: Lens' PendingModifiedValues (Maybe Text) Source #
The pending or in-progress change of the admin user password for 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.
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_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_numberOfNodes :: Lens' PendingModifiedValues (Maybe Int) Source #
The pending or in-progress change of the number of nodes in 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_nodeType :: Lens' PendingModifiedValues (Maybe Text) Source #
The pending or in-progress change of the cluster's node type.