Module Values.ControlSetSource

A set of controls in Audit Manager.

Sourcetype nonrec t = {
  1. id : UUID.t option;
    (*

    The identifier of the control set in the assessment. This is the control set name in a plain string format.

    *)
  2. name : ControlSetName.t option;
    (*

    The name of the control set.

    *)
  3. controls : Controls.t option;
    (*

    The list of controls within the control set.

    *)
}
Sourceval make : ?id:??? -> ?name:??? -> ?controls:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of UUID.t | `Structure of (string * [> `Enum of string | `String of KeywordValue.t ]) list ]) list ] list | `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of AuditManagerArn.t | `Timestamp of Timestamp.t ]) list ] list | `String of UUID.t ]) 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