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

UpdateReportGroupInput

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

§Properties

§
arn: string
[src]

The ARN of the report group to update.

§
exportConfig?: ReportExportConfig | null
[src]

Used to specify an updated export type. Valid values are:

  • S3: The report results are exported to an S3 bucket.
  • NO_EXPORT: The report results are not exported.
§
tags?: Tag[] | null
[src]

An updated 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.