interface IEventSubscriptionRef
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.Neptune.IEventSubscriptionRef | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsneptune#IEventSubscriptionRef | 
|  Java | software.amazon.awscdk.services.neptune.IEventSubscriptionRef | 
|  Python | aws_cdk.aws_neptune.IEventSubscriptionRef | 
|  TypeScript | aws-cdk-lib»aws_neptune»IEventSubscriptionRef | 
Implemented by
Cfn
Indicates that this resource can be referenced as a EventSubscription.
Properties
| Name | Type | Description | 
|---|---|---|
| event | Event | A reference to a EventSubscription resource. | 
| node | Node | The tree node. | 
eventSubscriptionRef
Type:
Event
A reference to a EventSubscription resource.
node
Type:
Node
The tree node.
