CloudWatchLogsConfiguration constructor
CloudWatchLogsConfiguration({
- bool? enabled,
- List<
CloudWatchLogsLogStream> ? logStreams,
Implementation
CloudWatchLogsConfiguration({
this.enabled,
this.logStreams,
});