interface IEventBusPolicyRef
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.Events.IEventBusPolicyRef | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsevents#IEventBusPolicyRef | 
|  Java | software.amazon.awscdk.services.events.IEventBusPolicyRef | 
|  Python | aws_cdk.aws_events.IEventBusPolicyRef | 
|  TypeScript | aws-cdk-lib»aws_events»IEventBusPolicyRef | 
Implemented by
Cfn
Indicates that this resource can be referenced as a EventBusPolicy.
Properties
| Name | Type | Description | 
|---|---|---|
| event | Event | A reference to a EventBusPolicy resource. | 
| node | Node | The tree node. | 
eventBusPolicyRef
Type:
Event
A reference to a EventBusPolicy resource.
node
Type:
Node
The tree node.
