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 RedshiftInstanceDetails = RedshiftInstanceDetails' {}
- newRedshiftInstanceDetails :: RedshiftInstanceDetails
- redshiftInstanceDetails_currentGeneration :: Lens' RedshiftInstanceDetails (Maybe Bool)
- redshiftInstanceDetails_family :: Lens' RedshiftInstanceDetails (Maybe Text)
- redshiftInstanceDetails_sizeFlexEligible :: Lens' RedshiftInstanceDetails (Maybe Bool)
- redshiftInstanceDetails_region :: Lens' RedshiftInstanceDetails (Maybe Text)
- redshiftInstanceDetails_nodeType :: Lens' RedshiftInstanceDetails (Maybe Text)
Documentation
data RedshiftInstanceDetails Source #
Details about the Amazon Redshift instances that Amazon Web Services recommends that you purchase.
See: newRedshiftInstanceDetails
smart constructor.
RedshiftInstanceDetails' | |
|
Instances
newRedshiftInstanceDetails :: RedshiftInstanceDetails Source #
Create a value of RedshiftInstanceDetails
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:currentGeneration:RedshiftInstanceDetails'
, redshiftInstanceDetails_currentGeneration
- Determines whether the recommendation is for a current-generation
instance.
$sel:family:RedshiftInstanceDetails'
, redshiftInstanceDetails_family
- The instance family of the recommended reservation.
$sel:sizeFlexEligible:RedshiftInstanceDetails'
, redshiftInstanceDetails_sizeFlexEligible
- Determines whether the recommended reservation is size flexible.
$sel:region:RedshiftInstanceDetails'
, redshiftInstanceDetails_region
- The Amazon Web Services Region of the recommended reservation.
$sel:nodeType:RedshiftInstanceDetails'
, redshiftInstanceDetails_nodeType
- The type of node that Amazon Web Services recommends.
redshiftInstanceDetails_currentGeneration :: Lens' RedshiftInstanceDetails (Maybe Bool) Source #
Determines whether the recommendation is for a current-generation instance.
redshiftInstanceDetails_family :: Lens' RedshiftInstanceDetails (Maybe Text) Source #
The instance family of the recommended reservation.
redshiftInstanceDetails_sizeFlexEligible :: Lens' RedshiftInstanceDetails (Maybe Bool) Source #
Determines whether the recommended reservation is size flexible.
redshiftInstanceDetails_region :: Lens' RedshiftInstanceDetails (Maybe Text) Source #
The Amazon Web Services Region of the recommended reservation.
redshiftInstanceDetails_nodeType :: Lens' RedshiftInstanceDetails (Maybe Text) Source #
The type of node that Amazon Web Services recommends.