interface EventBusPolicyReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Events.EventBusPolicyReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsevents#EventBusPolicyReference |
![]() | software.amazon.awscdk.services.events.EventBusPolicyReference |
![]() | aws_cdk.aws_events.EventBusPolicyReference |
![]() | aws-cdk-lib » aws_events » EventBusPolicyReference |
A reference to a EventBusPolicy resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_events as events } from 'aws-cdk-lib';
const eventBusPolicyReference: events.EventBusPolicyReference = {
eventBusPolicyId: 'eventBusPolicyId',
};
Properties
Name | Type | Description |
---|---|---|
event | string | The Id of the EventBusPolicy resource. |
eventBusPolicyId
Type:
string
The Id of the EventBusPolicy resource.