AwsEventbridgeSchemaDiscoveryArgs

interface AwsEventbridgeSchemaDiscoveryArgs { description?: Input<string>; }

Configuration options for the EventBridge schema discoverer.

Example

CODE
const bus = new AwsEventbridgeEventBus({
  name: 'myApp',
  schemaDiscovery: {
    description: 'Auto-discover event schemas for my-app',
  },
});

export const discovererArn = bus.discovererArn;

Properties

description: Input<string>

Optional description for the schema discoverer. Maximum 256 characters.