Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateReportGroupInput

import type { CreateReportGroupInput } from "https://aws-api.deno.dev/v0.3/services/codebuild.ts?docs=full";
interface CreateReportGroupInput {
exportConfig: ReportExportConfig;
name: string;
tags?: Tag[] | null;
type: ReportType;
}

§Properties

§

A ReportExportConfig object that contains information about where the report group test results are exported.

§
name: string
[src]

The name of the report group.

§
tags?: Tag[] | null
[src]

A list of tag key and value pairs associated with this report group.

These tags are available for use by Amazon Web Services services that support CodeBuild report group tags.

§

The type of report group.