amazonka-dms-1.4.0: Amazon Database Migration Service SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.DMS.CreateReplicationTask

Contents

Description

Creates a replication task using the specified parameters.

Synopsis

Creating a Request

Request Lenses

crtReplicationTaskSettings :: Lens' CreateReplicationTask (Maybe Text) Source

Settings for the task, such as target metadata settings.

crtTags :: Lens' CreateReplicationTask [Tag] Source

Tags to be added to the replication instance.

crtCdcStartTime :: Lens' CreateReplicationTask (Maybe UTCTime) Source

The start time for the Change Data Capture (CDC) operation.

crtReplicationTaskIdentifier :: Lens' CreateReplicationTask Text Source

The replication task identifier.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.
  • First character must be a letter.
  • Cannot end with a hyphen or contain two consecutive hyphens.

crtSourceEndpointARN :: Lens' CreateReplicationTask Text Source

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

crtTargetEndpointARN :: Lens' CreateReplicationTask Text Source

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

crtReplicationInstanceARN :: Lens' CreateReplicationTask Text Source

The Amazon Resource Name (ARN) of the replication instance.

crtTableMappings :: Lens' CreateReplicationTask Text Source

The path of the JSON file that contains the table mappings.

Destructuring the Response

createReplicationTaskResponse Source

Creates a value of CreateReplicationTaskResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses