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 |
Creates a replication task using the specified parameters.
Synopsis
- data CreateReplicationTask = CreateReplicationTask' {
- cdcStartPosition :: Maybe Text
- cdcStartTime :: Maybe POSIX
- cdcStopPosition :: Maybe Text
- replicationTaskSettings :: Maybe Text
- resourceIdentifier :: Maybe Text
- tags :: Maybe [Tag]
- taskData :: Maybe Text
- replicationTaskIdentifier :: Text
- sourceEndpointArn :: Text
- targetEndpointArn :: Text
- replicationInstanceArn :: Text
- migrationType :: MigrationTypeValue
- tableMappings :: Text
- newCreateReplicationTask :: Text -> Text -> Text -> Text -> MigrationTypeValue -> Text -> CreateReplicationTask
- createReplicationTask_cdcStartPosition :: Lens' CreateReplicationTask (Maybe Text)
- createReplicationTask_cdcStartTime :: Lens' CreateReplicationTask (Maybe UTCTime)
- createReplicationTask_cdcStopPosition :: Lens' CreateReplicationTask (Maybe Text)
- createReplicationTask_replicationTaskSettings :: Lens' CreateReplicationTask (Maybe Text)
- createReplicationTask_resourceIdentifier :: Lens' CreateReplicationTask (Maybe Text)
- createReplicationTask_tags :: Lens' CreateReplicationTask (Maybe [Tag])
- createReplicationTask_taskData :: Lens' CreateReplicationTask (Maybe Text)
- createReplicationTask_replicationTaskIdentifier :: Lens' CreateReplicationTask Text
- createReplicationTask_sourceEndpointArn :: Lens' CreateReplicationTask Text
- createReplicationTask_targetEndpointArn :: Lens' CreateReplicationTask Text
- createReplicationTask_replicationInstanceArn :: Lens' CreateReplicationTask Text
- createReplicationTask_migrationType :: Lens' CreateReplicationTask MigrationTypeValue
- createReplicationTask_tableMappings :: Lens' CreateReplicationTask Text
- data CreateReplicationTaskResponse = CreateReplicationTaskResponse' {}
- newCreateReplicationTaskResponse :: Int -> CreateReplicationTaskResponse
- createReplicationTaskResponse_replicationTask :: Lens' CreateReplicationTaskResponse (Maybe ReplicationTask)
- createReplicationTaskResponse_httpStatus :: Lens' CreateReplicationTaskResponse Int
Creating a Request
data CreateReplicationTask Source #
See: newCreateReplicationTask
smart constructor.
CreateReplicationTask' | |
|
Instances
newCreateReplicationTask Source #
:: Text | |
-> Text | |
-> Text | |
-> Text | |
-> MigrationTypeValue | |
-> Text | |
-> CreateReplicationTask |
Create a value of CreateReplicationTask
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:
CreateReplicationTask
, createReplicationTask_cdcStartPosition
- Indicates when you want a change data capture (CDC) operation to start.
Use either CdcStartPosition or CdcStartTime to specify when you want a
CDC operation to start. Specifying both values results in an error.
The value can be in date, checkpoint, or LSN/SCN format.
Date Example: --cdc-start-position “2018-03-08T12:12:12”
Checkpoint Example: --cdc-start-position "checkpoint:V1mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:187600#93"
LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”
When you use this task setting with a source PostgreSQL database, a
logical replication slot should already be created and associated with
the source endpoint. You can verify this by setting the slotName
extra
connection attribute to the name of this logical replication slot. For
more information, see
Extra Connection Attributes When Using PostgreSQL as a Source for DMS.
$sel:cdcStartTime:CreateReplicationTask'
, createReplicationTask_cdcStartTime
- Indicates the start time for a change data capture (CDC) operation. Use
either CdcStartTime or CdcStartPosition to specify when you want a CDC
operation to start. Specifying both values results in an error.
Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”
CreateReplicationTask
, createReplicationTask_cdcStopPosition
- Indicates when you want a change data capture (CDC) operation to stop.
The value can be either server time or commit time.
Server time example: --cdc-stop-position “server_time:2018-02-09T12:12:12”
Commit time example: --cdc-stop-position “commit_time: 2018-02-09T12:12:12 “
CreateReplicationTask
, createReplicationTask_replicationTaskSettings
- Overall settings for the task, in JSON format. For more information, see
Specifying Task Settings for Database Migration Service Tasks
in the Database Migration Service User Guide.
CreateReplicationTask
, createReplicationTask_resourceIdentifier
- A friendly name for the resource identifier at the end of the
EndpointArn
response parameter that is returned in the created
Endpoint
object. The value for this parameter can have up to 31
characters. It can contain only ASCII letters, digits, and hyphen
('-'). Also, it can't end with a hyphen or contain two consecutive
hyphens, and can only begin with a letter, such as Example-App-ARN1
.
For example, this value might result in the EndpointArn
value
arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1
. If you don't
specify a ResourceIdentifier
value, DMS generates a default identifier
value for the end of EndpointArn
.
$sel:tags:CreateReplicationTask'
, createReplicationTask_tags
- One or more tags to be assigned to the replication task.
CreateReplicationTask
, createReplicationTask_taskData
- Supplemental information that the task requires to migrate the data for
certain source and target endpoints. For more information, see
Specifying Supplemental Data for Task Settings
in the Database Migration Service User Guide.
CreateReplicationTask
, createReplicationTask_replicationTaskIdentifier
- An identifier for the replication task.
Constraints:
- Must contain 1-255 alphanumeric characters or hyphens.
- First character must be a letter.
- Cannot end with a hyphen or contain two consecutive hyphens.
CreateReplicationTask
, createReplicationTask_sourceEndpointArn
- An Amazon Resource Name (ARN) that uniquely identifies the source
endpoint.
CreateReplicationTask
, createReplicationTask_targetEndpointArn
- An Amazon Resource Name (ARN) that uniquely identifies the target
endpoint.
CreateReplicationTask
, createReplicationTask_replicationInstanceArn
- The Amazon Resource Name (ARN) of a replication instance.
CreateReplicationTask
, createReplicationTask_migrationType
- The migration type. Valid values: full-load
| cdc
|
full-load-and-cdc
CreateReplicationTask
, createReplicationTask_tableMappings
- The table mappings for the task, in JSON format. For more information,
see
Using Table Mapping to Specify Task Settings
in the Database Migration Service User Guide.
Request Lenses
createReplicationTask_cdcStartPosition :: Lens' CreateReplicationTask (Maybe Text) Source #
Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.
The value can be in date, checkpoint, or LSN/SCN format.
Date Example: --cdc-start-position “2018-03-08T12:12:12”
Checkpoint Example: --cdc-start-position "checkpoint:V1mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:187600#93"
LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”
When you use this task setting with a source PostgreSQL database, a
logical replication slot should already be created and associated with
the source endpoint. You can verify this by setting the slotName
extra
connection attribute to the name of this logical replication slot. For
more information, see
Extra Connection Attributes When Using PostgreSQL as a Source for DMS.
createReplicationTask_cdcStartTime :: Lens' CreateReplicationTask (Maybe UTCTime) Source #
Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.
Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”
createReplicationTask_cdcStopPosition :: Lens' CreateReplicationTask (Maybe Text) Source #
Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.
Server time example: --cdc-stop-position “server_time:2018-02-09T12:12:12”
Commit time example: --cdc-stop-position “commit_time: 2018-02-09T12:12:12 “
createReplicationTask_replicationTaskSettings :: Lens' CreateReplicationTask (Maybe Text) Source #
Overall settings for the task, in JSON format. For more information, see Specifying Task Settings for Database Migration Service Tasks in the Database Migration Service User Guide.
createReplicationTask_resourceIdentifier :: Lens' CreateReplicationTask (Maybe Text) Source #
A friendly name for the resource identifier at the end of the
EndpointArn
response parameter that is returned in the created
Endpoint
object. The value for this parameter can have up to 31
characters. It can contain only ASCII letters, digits, and hyphen
('-'). Also, it can't end with a hyphen or contain two consecutive
hyphens, and can only begin with a letter, such as Example-App-ARN1
.
For example, this value might result in the EndpointArn
value
arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1
. If you don't
specify a ResourceIdentifier
value, DMS generates a default identifier
value for the end of EndpointArn
.
createReplicationTask_tags :: Lens' CreateReplicationTask (Maybe [Tag]) Source #
One or more tags to be assigned to the replication task.
createReplicationTask_taskData :: Lens' CreateReplicationTask (Maybe Text) Source #
Supplemental information that the task requires to migrate the data for certain source and target endpoints. For more information, see Specifying Supplemental Data for Task Settings in the Database Migration Service User Guide.
createReplicationTask_replicationTaskIdentifier :: Lens' CreateReplicationTask Text Source #
An identifier for the replication task.
Constraints:
- Must contain 1-255 alphanumeric characters or hyphens.
- First character must be a letter.
- Cannot end with a hyphen or contain two consecutive hyphens.
createReplicationTask_sourceEndpointArn :: Lens' CreateReplicationTask Text Source #
An Amazon Resource Name (ARN) that uniquely identifies the source endpoint.
createReplicationTask_targetEndpointArn :: Lens' CreateReplicationTask Text Source #
An Amazon Resource Name (ARN) that uniquely identifies the target endpoint.
createReplicationTask_replicationInstanceArn :: Lens' CreateReplicationTask Text Source #
The Amazon Resource Name (ARN) of a replication instance.
createReplicationTask_migrationType :: Lens' CreateReplicationTask MigrationTypeValue Source #
The migration type. Valid values: full-load
| cdc
|
full-load-and-cdc
createReplicationTask_tableMappings :: Lens' CreateReplicationTask Text Source #
The table mappings for the task, in JSON format. For more information, see Using Table Mapping to Specify Task Settings in the Database Migration Service User Guide.
Destructuring the Response
data CreateReplicationTaskResponse Source #
See: newCreateReplicationTaskResponse
smart constructor.
CreateReplicationTaskResponse' | |
|
Instances
newCreateReplicationTaskResponse Source #
Create a value of CreateReplicationTaskResponse
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:replicationTask:CreateReplicationTaskResponse'
, createReplicationTaskResponse_replicationTask
- The replication task that was created.
$sel:httpStatus:CreateReplicationTaskResponse'
, createReplicationTaskResponse_httpStatus
- The response's http status code.
Response Lenses
createReplicationTaskResponse_replicationTask :: Lens' CreateReplicationTaskResponse (Maybe ReplicationTask) Source #
The replication task that was created.
createReplicationTaskResponse_httpStatus :: Lens' CreateReplicationTaskResponse Int Source #
The response's http status code.