Module Values.AssessmentSource

An entity that defines the scope of audit evidence collected by Audit Manager. An Audit Manager assessment is an implementation of an Audit Manager framework.

Sourcetype nonrec t = {
  1. arn : AuditManagerArn.t option;
    (*

    The Amazon Resource Name (ARN) of the assessment.

    *)
  2. awsAccount : AWSAccount.t option;
    (*

    The Amazon Web Services account that's associated with the assessment.

    *)
  3. metadata : AssessmentMetadata.t option;
    (*

    The metadata for the assessment.

    *)
  4. framework : AssessmentFramework.t option;
    (*

    The framework that the assessment was created from.

    *)
  5. tags : TagMap.t option;
    (*

    The tags that are associated with the assessment.

    *)
}
Sourceval make : ?arn:??? -> ?awsAccount:??? -> ?metadata:??? -> ?framework:??? -> ?tags:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of AuditManagerArn.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `Integer of Integer.t | `List of [> `Structure of (string * [> `Enum of string | `Integer of Integer.t | `List of [> `String of NonEmptyString.t | `Structure of (string * [> `String of Username.t | `Timestamp of Timestamp.t ]) list ] list | `String of IamArn.t | `Timestamp of Timestamp.t ]) list ] list | `String of IamArn.t | `Timestamp of Timestamp.t ]) list ] list | `String of AccountId.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of AccountId.t ]) list ] list | `String of S3Url.t ]) list | `Timestamp of Timestamp.t ]) 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