LogsLocation constructor
LogsLocation({
- CloudWatchLogsConfig? cloudWatchLogs,
- String? cloudWatchLogsArn,
- String? deepLink,
- String? groupName,
- String? s3DeepLink,
- S3LogsConfig? s3Logs,
- String? s3LogsArn,
- String? streamName,
Implementation
LogsLocation({
this.cloudWatchLogs,
this.cloudWatchLogsArn,
this.deepLink,
this.groupName,
this.s3DeepLink,
this.s3Logs,
this.s3LogsArn,
this.streamName,
});