Values.CreateCodeReviewInputSourceInput for creating a new code review.
type nonrec t = {title : String_.t;The title of the code review.
*)agentSpaceId : String_.t;The unique identifier of the agent space to create the code review in.
*)assets : Assets.t;The assets to include in the code review, such as documents and source code.
*)serviceRole : ServiceRole.t option;The IAM service role to use for the code review.
*)logConfig : CloudWatchLog.t option;The CloudWatch Logs configuration for the code review.
*)codeRemediationStrategy : CodeRemediationStrategy.t option;The code remediation strategy for the code review. Valid values are AUTOMATIC and DISABLED.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of [> `String of String_.t ] list
| `String of String_.t
| `Structure of
(string
* [> `Enum of string | `String of String_.t ])
list ])
list ]
list
| `String of String_.t ])
list ])
list ]