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