Show / Hide Table of Contents

Class EventSubscriptionReference

A reference to a EventSubscription resource.

Inheritance
object
EventSubscriptionReference
Implements
IEventSubscriptionReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IEventSubscriptionReference
Back to top Generated by DocFX