CloudWatchLogsConfig constructor
CloudWatchLogsConfig({
- required LogsConfigStatusType status,
- String? groupName,
- String? streamName,
Implementation
CloudWatchLogsConfig({
required this.status,
this.groupName,
this.streamName,
});