ProjectLogsConfig constructor

const ProjectLogsConfig({
  1. Input<ProjectLogsConfigCloudwatchLogs?>? cloudwatchLogs,
  2. Input<ProjectLogsConfigS3Logs?>? s3Logs,
})

Creates a new ProjectLogsConfig. cloudwatchLogs Configuration block. Detailed below. s3Logs Configuration block. Detailed below.

Implementation

const ProjectLogsConfig({
  this.cloudwatchLogs,
  this.s3Logs,
});