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 SupportedEndpointType = SupportedEndpointType' {}
- newSupportedEndpointType :: SupportedEndpointType
- supportedEndpointType_engineDisplayName :: Lens' SupportedEndpointType (Maybe Text)
- supportedEndpointType_endpointType :: Lens' SupportedEndpointType (Maybe ReplicationEndpointTypeValue)
- supportedEndpointType_engineName :: Lens' SupportedEndpointType (Maybe Text)
- supportedEndpointType_replicationInstanceEngineMinimumVersion :: Lens' SupportedEndpointType (Maybe Text)
- supportedEndpointType_supportsCDC :: Lens' SupportedEndpointType (Maybe Bool)
Documentation
data SupportedEndpointType Source #
Provides information about types of supported endpoints in response to a
request by the DescribeEndpointTypes
operation. This information
includes the type of endpoint, the database engine name, and whether
change data capture (CDC) is supported.
See: newSupportedEndpointType
smart constructor.
SupportedEndpointType' | |
|
Instances
newSupportedEndpointType :: SupportedEndpointType Source #
Create a value of SupportedEndpointType
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:engineDisplayName:SupportedEndpointType'
, supportedEndpointType_engineDisplayName
- The expanded name for the engine name. For example, if the EngineName
parameter is "aurora," this value would be "Amazon Aurora MySQL."
$sel:endpointType:SupportedEndpointType'
, supportedEndpointType_endpointType
- The type of endpoint. Valid values are source
and target
.
$sel:engineName:SupportedEndpointType'
, supportedEndpointType_engineName
- The database engine name. Valid values, depending on the EndpointType,
include "mysql"
, "oracle"
, "postgres"
, "mariadb"
,
"aurora"
, "aurora-postgresql"
, "redshift"
, "s3"
,
"db2"
, "azuredb"
, "sybase"
, "dynamodb"
, "mongodb"
,
"kinesis"
, "kafka"
, "elasticsearch"
, "documentdb"
,
"sqlserver"
, and "neptune"
.
$sel:replicationInstanceEngineMinimumVersion:SupportedEndpointType'
, supportedEndpointType_replicationInstanceEngineMinimumVersion
- The earliest DMS engine version that supports this endpoint engine. Note
that endpoint engines released with DMS versions earlier than 3.1.1 do
not return a value for this parameter.
$sel:supportsCDC:SupportedEndpointType'
, supportedEndpointType_supportsCDC
- Indicates if change data capture (CDC) is supported.
supportedEndpointType_engineDisplayName :: Lens' SupportedEndpointType (Maybe Text) Source #
The expanded name for the engine name. For example, if the EngineName
parameter is "aurora," this value would be "Amazon Aurora MySQL."
supportedEndpointType_endpointType :: Lens' SupportedEndpointType (Maybe ReplicationEndpointTypeValue) Source #
The type of endpoint. Valid values are source
and target
.
supportedEndpointType_engineName :: Lens' SupportedEndpointType (Maybe Text) Source #
The database engine name. Valid values, depending on the EndpointType,
include "mysql"
, "oracle"
, "postgres"
, "mariadb"
,
"aurora"
, "aurora-postgresql"
, "redshift"
, "s3"
,
"db2"
, "azuredb"
, "sybase"
, "dynamodb"
, "mongodb"
,
"kinesis"
, "kafka"
, "elasticsearch"
, "documentdb"
,
"sqlserver"
, and "neptune"
.
supportedEndpointType_replicationInstanceEngineMinimumVersion :: Lens' SupportedEndpointType (Maybe Text) Source #
The earliest DMS engine version that supports this endpoint engine. Note that endpoint engines released with DMS versions earlier than 3.1.1 do not return a value for this parameter.
supportedEndpointType_supportsCDC :: Lens' SupportedEndpointType (Maybe Bool) Source #
Indicates if change data capture (CDC) is supported.