Class ReplicationInstanceReference
A reference to a ReplicationInstance resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.DMS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ReplicationInstanceReference : IReplicationInstanceReference
Syntax (vb)
Public Class ReplicationInstanceReference Implements IReplicationInstanceReference
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.AWS.DMS;
var replicationInstanceReference = new ReplicationInstanceReference {
ReplicationInstanceId = "replicationInstanceId"
};
Synopsis
Constructors
ReplicationInstanceReference() | A reference to a ReplicationInstance resource. |
Properties
ReplicationInstanceId | The Id of the ReplicationInstance resource. |
Constructors
ReplicationInstanceReference()
A reference to a ReplicationInstance resource.
public ReplicationInstanceReference()
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.AWS.DMS;
var replicationInstanceReference = new ReplicationInstanceReference {
ReplicationInstanceId = "replicationInstanceId"
};
Properties
ReplicationInstanceId
The Id of the ReplicationInstance resource.
public string ReplicationInstanceId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated