aws-cdk-lib.aws_events.CfnEndpoint.EndpointEventBusProperty

interface EndpointEventBusProperty

LanguageType name
.NETAmazon.CDK.AWS.Events.CfnEndpoint.EndpointEventBusProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsevents#CfnEndpoint_EndpointEventBusProperty
Javasoftware.amazon.awscdk.services.events.CfnEndpoint.EndpointEventBusProperty
Pythonaws_cdk.aws_events.CfnEndpoint.EndpointEventBusProperty
TypeScript aws-cdk-lib » aws_events » CfnEndpoint » EndpointEventBusProperty

The event buses the endpoint is associated with.

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 endpointEventBusProperty: events.CfnEndpoint.EndpointEventBusProperty = {
  eventBusArn: 'eventBusArn',
};

Properties

NameTypeDescription
eventBusArnstringThe ARN of the event bus the endpoint is associated with.

eventBusArn

Type: string

The ARN of the event bus the endpoint is associated with.