GetEventBusLogConfig constructor
Creates a new GetEventBusLogConfig.
includeDetail Whether EventBridge include detailed event information in the records it generates.
level Level of logging detail to include.
Implementation
const GetEventBusLogConfig({
required this.includeDetail,
required this.level,
});