| 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 |
Amazonka.RDS.Types.DBEngineVersion
Description
Synopsis
- data DBEngineVersion = DBEngineVersion' {
- engineVersion :: Maybe Text
- status :: Maybe Text
- dbEngineVersionDescription :: Maybe Text
- supportedEngineModes :: Maybe [Text]
- defaultCharacterSet :: Maybe CharacterSet
- engine :: Maybe Text
- dbParameterGroupFamily :: Maybe Text
- supportedCharacterSets :: Maybe [CharacterSet]
- dbEngineDescription :: Maybe Text
- supportsGlobalDatabases :: Maybe Bool
- validUpgradeTarget :: Maybe [UpgradeTarget]
- supportsParallelQuery :: Maybe Bool
- supportedNcharCharacterSets :: Maybe [CharacterSet]
- supportsLogExportsToCloudwatchLogs :: Maybe Bool
- supportsReadReplica :: Maybe Bool
- supportedFeatureNames :: Maybe [Text]
- supportedTimezones :: Maybe [Timezone]
- exportableLogTypes :: Maybe [Text]
- newDBEngineVersion :: DBEngineVersion
- dbEngineVersion_engineVersion :: Lens' DBEngineVersion (Maybe Text)
- dbEngineVersion_status :: Lens' DBEngineVersion (Maybe Text)
- dbEngineVersion_dbEngineVersionDescription :: Lens' DBEngineVersion (Maybe Text)
- dbEngineVersion_supportedEngineModes :: Lens' DBEngineVersion (Maybe [Text])
- dbEngineVersion_defaultCharacterSet :: Lens' DBEngineVersion (Maybe CharacterSet)
- dbEngineVersion_engine :: Lens' DBEngineVersion (Maybe Text)
- dbEngineVersion_dbParameterGroupFamily :: Lens' DBEngineVersion (Maybe Text)
- dbEngineVersion_supportedCharacterSets :: Lens' DBEngineVersion (Maybe [CharacterSet])
- dbEngineVersion_dbEngineDescription :: Lens' DBEngineVersion (Maybe Text)
- dbEngineVersion_supportsGlobalDatabases :: Lens' DBEngineVersion (Maybe Bool)
- dbEngineVersion_validUpgradeTarget :: Lens' DBEngineVersion (Maybe [UpgradeTarget])
- dbEngineVersion_supportsParallelQuery :: Lens' DBEngineVersion (Maybe Bool)
- dbEngineVersion_supportedNcharCharacterSets :: Lens' DBEngineVersion (Maybe [CharacterSet])
- dbEngineVersion_supportsLogExportsToCloudwatchLogs :: Lens' DBEngineVersion (Maybe Bool)
- dbEngineVersion_supportsReadReplica :: Lens' DBEngineVersion (Maybe Bool)
- dbEngineVersion_supportedFeatureNames :: Lens' DBEngineVersion (Maybe [Text])
- dbEngineVersion_supportedTimezones :: Lens' DBEngineVersion (Maybe [Timezone])
- dbEngineVersion_exportableLogTypes :: Lens' DBEngineVersion (Maybe [Text])
Documentation
data DBEngineVersion Source #
This data type is used as a response element in the action
DescribeDBEngineVersions.
See: newDBEngineVersion smart constructor.
Constructors
| DBEngineVersion' | |
Fields
| |
Instances
newDBEngineVersion :: DBEngineVersion Source #
Create a value of DBEngineVersion 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:engineVersion:DBEngineVersion', dbEngineVersion_engineVersion - The version number of the database engine.
$sel:status:DBEngineVersion', dbEngineVersion_status - The status of the DB engine version, either available or deprecated.
$sel:dbEngineVersionDescription:DBEngineVersion', dbEngineVersion_dbEngineVersionDescription - The description of the database engine version.
$sel:supportedEngineModes:DBEngineVersion', dbEngineVersion_supportedEngineModes - A list of the supported DB engine modes.
$sel:defaultCharacterSet:DBEngineVersion', dbEngineVersion_defaultCharacterSet - The default character set for new instances of this engine version, if
the CharacterSetName parameter of the CreateDBInstance API isn't
specified.
$sel:engine:DBEngineVersion', dbEngineVersion_engine - The name of the database engine.
$sel:dbParameterGroupFamily:DBEngineVersion', dbEngineVersion_dbParameterGroupFamily - The name of the DB parameter group family for the database engine.
$sel:supportedCharacterSets:DBEngineVersion', dbEngineVersion_supportedCharacterSets - A list of the character sets supported by this engine for the
CharacterSetName parameter of the CreateDBInstance operation.
$sel:dbEngineDescription:DBEngineVersion', dbEngineVersion_dbEngineDescription - The description of the database engine.
$sel:supportsGlobalDatabases:DBEngineVersion', dbEngineVersion_supportsGlobalDatabases - A value that indicates whether you can use Aurora global databases with
a specific DB engine version.
$sel:validUpgradeTarget:DBEngineVersion', dbEngineVersion_validUpgradeTarget - A list of engine versions that this database engine version can be
upgraded to.
$sel:supportsParallelQuery:DBEngineVersion', dbEngineVersion_supportsParallelQuery - A value that indicates whether you can use Aurora parallel query with a
specific DB engine version.
$sel:supportedNcharCharacterSets:DBEngineVersion', dbEngineVersion_supportedNcharCharacterSets - A list of the character sets supported by the Oracle DB engine for the
NcharCharacterSetName parameter of the CreateDBInstance operation.
$sel:supportsLogExportsToCloudwatchLogs:DBEngineVersion', dbEngineVersion_supportsLogExportsToCloudwatchLogs - A value that indicates whether the engine version supports exporting the
log types specified by ExportableLogTypes to CloudWatch Logs.
$sel:supportsReadReplica:DBEngineVersion', dbEngineVersion_supportsReadReplica - Indicates whether the database engine version supports read replicas.
$sel:supportedFeatureNames:DBEngineVersion', dbEngineVersion_supportedFeatureNames - A list of features supported by the DB engine. Supported feature names
include the following.
- s3Import
$sel:supportedTimezones:DBEngineVersion', dbEngineVersion_supportedTimezones - A list of the time zones supported by this engine for the Timezone
parameter of the CreateDBInstance action.
$sel:exportableLogTypes:DBEngineVersion', dbEngineVersion_exportableLogTypes - The types of logs that the database engine has available for export to
CloudWatch Logs.
dbEngineVersion_engineVersion :: Lens' DBEngineVersion (Maybe Text) Source #
The version number of the database engine.
dbEngineVersion_status :: Lens' DBEngineVersion (Maybe Text) Source #
The status of the DB engine version, either available or deprecated.
dbEngineVersion_dbEngineVersionDescription :: Lens' DBEngineVersion (Maybe Text) Source #
The description of the database engine version.
dbEngineVersion_supportedEngineModes :: Lens' DBEngineVersion (Maybe [Text]) Source #
A list of the supported DB engine modes.
dbEngineVersion_defaultCharacterSet :: Lens' DBEngineVersion (Maybe CharacterSet) Source #
The default character set for new instances of this engine version, if
the CharacterSetName parameter of the CreateDBInstance API isn't
specified.
dbEngineVersion_engine :: Lens' DBEngineVersion (Maybe Text) Source #
The name of the database engine.
dbEngineVersion_dbParameterGroupFamily :: Lens' DBEngineVersion (Maybe Text) Source #
The name of the DB parameter group family for the database engine.
dbEngineVersion_supportedCharacterSets :: Lens' DBEngineVersion (Maybe [CharacterSet]) Source #
A list of the character sets supported by this engine for the
CharacterSetName parameter of the CreateDBInstance operation.
dbEngineVersion_dbEngineDescription :: Lens' DBEngineVersion (Maybe Text) Source #
The description of the database engine.
dbEngineVersion_supportsGlobalDatabases :: Lens' DBEngineVersion (Maybe Bool) Source #
A value that indicates whether you can use Aurora global databases with a specific DB engine version.
dbEngineVersion_validUpgradeTarget :: Lens' DBEngineVersion (Maybe [UpgradeTarget]) Source #
A list of engine versions that this database engine version can be upgraded to.
dbEngineVersion_supportsParallelQuery :: Lens' DBEngineVersion (Maybe Bool) Source #
A value that indicates whether you can use Aurora parallel query with a specific DB engine version.
dbEngineVersion_supportedNcharCharacterSets :: Lens' DBEngineVersion (Maybe [CharacterSet]) Source #
A list of the character sets supported by the Oracle DB engine for the
NcharCharacterSetName parameter of the CreateDBInstance operation.
dbEngineVersion_supportsLogExportsToCloudwatchLogs :: Lens' DBEngineVersion (Maybe Bool) Source #
A value that indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.
dbEngineVersion_supportsReadReplica :: Lens' DBEngineVersion (Maybe Bool) Source #
Indicates whether the database engine version supports read replicas.
dbEngineVersion_supportedFeatureNames :: Lens' DBEngineVersion (Maybe [Text]) Source #
A list of features supported by the DB engine. Supported feature names include the following.
- s3Import
dbEngineVersion_supportedTimezones :: Lens' DBEngineVersion (Maybe [Timezone]) Source #
A list of the time zones supported by this engine for the Timezone
parameter of the CreateDBInstance action.
dbEngineVersion_exportableLogTypes :: Lens' DBEngineVersion (Maybe [Text]) Source #
The types of logs that the database engine has available for export to CloudWatch Logs.