Values.CreateAssessmentRequestSourceCreates an assessment in Audit Manager.
type nonrec t = {name : AssessmentName.t;The name of the assessment to be created.
*)description : AssessmentDescription.t option;The optional description of the assessment to be created.
*)assessmentReportsDestination : AssessmentReportsDestination.t;The assessment report storage destination for the assessment that's being created.
*)scope : Scope.t;roles : Roles.t;The list of roles for the assessment.
*)frameworkId : UUID.t;The identifier for the framework that the assessment will be created from.
*)}val make :
?description:??? ->
?tags:??? ->
name:AssessmentName.t ->
assessmentReportsDestination:AssessmentReportsDestination.t ->
scope:Scope.t ->
roles:Roles.t ->
frameworkId:UUID.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `String of IamArn.t ]) list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of AssessmentName.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of AccountId.t ]) list ]
list
| `String of S3Url.t ])
list ])
list ]