interface EventSubscriptionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.DocDB.EventSubscriptionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdocdb#EventSubscriptionReference |
![]() | software.amazon.awscdk.services.docdb.EventSubscriptionReference |
![]() | aws_cdk.aws_docdb.EventSubscriptionReference |
![]() | aws-cdk-lib » 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 docdb } from 'aws-cdk-lib';
const eventSubscriptionReference: 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.