LogsLocation constructor

LogsLocation({
  1. CloudWatchLogsConfig? cloudWatchLogs,
  2. String? cloudWatchLogsArn,
  3. String? deepLink,
  4. String? groupName,
  5. String? s3DeepLink,
  6. S3LogsConfig? s3Logs,
  7. String? s3LogsArn,
  8. String? streamName,
})

Implementation

LogsLocation({
  this.cloudWatchLogs,
  this.cloudWatchLogsArn,
  this.deepLink,
  this.groupName,
  this.s3DeepLink,
  this.s3Logs,
  this.s3LogsArn,
  this.streamName,
});