Class ReplicationTaskReference
A reference to a ReplicationTask resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.DMS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ReplicationTaskReference : IReplicationTaskReference
Syntax (vb)
Public Class ReplicationTaskReference Implements 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
Constructors
| ReplicationTaskReference() | A reference to a ReplicationTask resource. |
Properties
| ReplicationTaskId | The Id of the ReplicationTask resource. |
Constructors
ReplicationTaskReference()
A reference to a ReplicationTask resource.
public ReplicationTaskReference()
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"
};
Properties
ReplicationTaskId
The Id of the ReplicationTask resource.
public string ReplicationTaskId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated