Show / Hide Table of Contents

Interface IReplicationTaskReference

A reference to a ReplicationTask resource.

Namespace: Amazon.CDK.Interfaces.DMS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IReplicationTaskReference
Syntax (vb)
Public Interface IReplicationTaskReference
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.Interfaces.DMS;

            var replicationTaskReference = new ReplicationTaskReference {
                ReplicationTaskId = "replicationTaskId"
            };

Synopsis

Properties

ReplicationTaskId

The Id of the ReplicationTask resource.

Properties

ReplicationTaskId

The Id of the ReplicationTask resource.

string ReplicationTaskId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX