EventSourcesConfigState constructor

const EventSourcesConfigState({
  1. Input<List<EventSourcesConfigEventSource>?>? eventSources,
  2. Input<String?>? region,
})

Creates a new EventSourcesConfigState. eventSources Configuration information about the integration of DevOps Guru as the Consumer via EventBridge with another AWS Service. See eventSources below. region Region where this resource will be managed. Defaults to the Region set in the provider configuration.

Implementation

const EventSourcesConfigState({
  this.eventSources,
  this.region,
});