Show / Hide Table of Contents

Class ReplicationTaskState

Inheritance
System.Object
InputArgs
ResourceArgs
ReplicationTaskState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Dms
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ReplicationTaskState : ResourceArgs

Constructors

View Source

ReplicationTaskState()

Declaration
public ReplicationTaskState()

Properties

View Source

CdcStartTime

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>
View Source

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>
View Source

ReplicationInstanceArn

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

Declaration
public Input<string> ReplicationInstanceArn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ReplicationTaskArn

The Amazon Resource Name (ARN) for the replication task.

Declaration
public Input<string> ReplicationTaskArn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ReplicationTaskId

The replication task identifier.

Declaration
public Input<string> ReplicationTaskId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

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>
View Source

Tags

A map of tags to assign to the resource.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.