interface EventSubscriptionReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.DocDB.EventSubscriptionReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsdocdb#EventSubscriptionReference |
Java | software.amazon.awscdk.interfaces.docdb.EventSubscriptionReference |
Python | aws_cdk.interfaces.aws_docdb.EventSubscriptionReference |
TypeScript | aws-cdk-lib » interfaces » aws_docdb » 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_docdb as interfaces_aws_docdb } from 'aws-cdk-lib/interfaces';
const eventSubscriptionReference: interfaces_aws_docdb.EventSubscriptionReference = {
eventSubscriptionId: 'eventSubscriptionId',
};
Properties
| Name | Type | Description |
|---|---|---|
| event | string | The Id of the EventSubscription resource. |
eventSubscriptionId
Type:
string
The Id of the EventSubscription resource.

.NET
Go
Java
Python
TypeScript