interface EventSubscriptionReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Neptune.EventSubscriptionReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsneptune#EventSubscriptionReference |
Java | software.amazon.awscdk.services.neptune.EventSubscriptionReference |
Python | aws_cdk.aws_neptune.EventSubscriptionReference |
TypeScript | aws-cdk-lib » aws_neptune » EventSubscriptionReference |
A reference to a EventSubscription resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_neptune as neptune } from 'aws-cdk-lib';
const eventSubscriptionReference: neptune.EventSubscriptionReference = {
subscriptionName: 'subscriptionName',
};
Properties
| Name | Type | Description |
|---|---|---|
| subscription | string | The SubscriptionName of the EventSubscription resource. |
subscriptionName
Type:
string
The SubscriptionName of the EventSubscription resource.

.NET
Go
Java
Python
TypeScript