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 {
SubscriptionName = "subscriptionName"
};
Synopsis
Constructors
| EventSubscriptionReference() | A reference to a EventSubscription resource. |
Properties
| SubscriptionName | The SubscriptionName 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 {
SubscriptionName = "subscriptionName"
};
Properties
SubscriptionName
The SubscriptionName of the EventSubscription resource.
public string SubscriptionName { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated