EventSourcesConfigState constructor
const
EventSourcesConfigState({
- Input<
List< ? eventSources,EventSourcesConfigEventSource> ?> - 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,
});