Module Values.CreateReportGroupInputSource

Creates a report group. A report group contains a collection of reports.

Sourcetype nonrec t = {
  1. name : ReportGroupName.t;
    (*

    The name of the report group.

    *)
  2. type_ : ReportType.t;
    (*

    The type of report group.

    *)
  3. exportConfig : ReportExportConfig.t;
    (*

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

    *)
  4. tags : TagList.t option;
    (*

    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.

    *)
}
Sourceval context_ : string
Sourceval make : ?tags:??? -> name:ReportGroupName.t -> type_:ReportType.t -> exportConfig:ReportExportConfig.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of KeyInput.t ]) list ] list | `String of ReportGroupName.t | `Structure of (string * [> `Enum of string | `Structure of (string * [> `Boolean of WrapperBoolean.t | `Enum of string | `String of NonEmptyString.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t