aws::codebuild-report-group¶
Creates a report group.
Example¶
aws::codebuild-report-group report-group
    name: "report-group-example"
    type: "TEST"
    report-export-config
        export-config-type: "NO_EXPORT"
    end
    tags: {
        Name: "report-group-example"
    }
end
Attributes¶
| Attribute | Description | 
|---|---|
| report-export-config subresource | The report export config about where the report group test results are exported. (Required) 
 
  | 
| name | The name of the report group. (Required) | 
| type | The type of report group. Valid values are TEST or CODE_COVERAGE. (Required) | 
| tags map | A list of tags that are attached to the report group. | 
| delete-reports | When set to true deleting the report group automatically deletes all the reports under it. | 
Outputs¶
| Attribute | Description | 
|---|---|
| arn | The Amazon Resource Name (ARN) of the report group. | 
| report subresource | The results from running a series of test cases during a run of a build project. 
 
 
 
  |