Class ReplicationTaskState
Inherited Members
Namespace: Pulumi.Aws.Dms
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ReplicationTaskState : ResourceArgs
Constructors
View SourceReplicationTaskState()
Declaration
public ReplicationTaskState()
Properties
View SourceCdcStartTime
The Unix timestamp integer for the start of the Change Data Capture (CDC) operation.
Declaration
public Input<string> CdcStartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MigrationType
The migration type. Can be one of full-load | cdc | full-load-and-cdc.
Declaration
public Input<string> MigrationType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ReplicationInstanceArn
The Amazon Resource Name (ARN) of the replication instance.
Declaration
public Input<string> ReplicationInstanceArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ReplicationTaskArn
The Amazon Resource Name (ARN) for the replication task.
Declaration
public Input<string> ReplicationTaskArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ReplicationTaskId
The replication task identifier.
Declaration
public Input<string> ReplicationTaskId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ReplicationTaskSettings
An escaped JSON string that contains the task settings. For a complete list of task settings, see Task Settings for AWS Database Migration Service Tasks.
Declaration
public Input<string> ReplicationTaskSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SourceEndpointArn
The Amazon Resource Name (ARN) string that uniquely identifies the source endpoint.
Declaration
public Input<string> SourceEndpointArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TableMappings
An escaped JSON string that contains the table mappings. For information on table mapping see Using Table Mapping with an AWS Database Migration Service Task to Select and Filter Data
Declaration
public Input<string> TableMappings { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A map of tags to assign to the resource.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
TargetEndpointArn
The Amazon Resource Name (ARN) string that uniquely identifies the target endpoint.
Declaration
public Input<string> TargetEndpointArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |