EventSourcesConfigEventSourceAmazonCodeGuruProfiler constructor
const
EventSourcesConfigEventSourceAmazonCodeGuruProfiler({
- required Input<
String> status,
Creates a new EventSourcesConfigEventSourceAmazonCodeGuruProfiler.
status Status of the CodeGuru Profiler integration. Valid values are ENABLED and DISABLED.
Implementation
const EventSourcesConfigEventSourceAmazonCodeGuruProfiler({
required this.status,
});