ProjectLogsConfigCloudwatchLogs constructor

const ProjectLogsConfigCloudwatchLogs({
  1. Input<String?>? groupName,
  2. Input<String?>? status,
  3. Input<String?>? streamName,
})

Creates a new ProjectLogsConfigCloudwatchLogs. groupName Group name of the logs in CloudWatch Logs. status Current status of logs in CloudWatch Logs for a build project. Valid values: ENABLED, streamName Prefix of the log stream name of the logs in CloudWatch Logs.

Implementation

const ProjectLogsConfigCloudwatchLogs({
  this.groupName,
  this.status,
  this.streamName,
});