Values.UpdatePentestInputSourceInput for updating an existing pentest.
type nonrec t = {pentestId : String_.t;The unique identifier of the pentest to update.
*)agentSpaceId : String_.t;The unique identifier of the agent space that contains the pentest.
*)title : String_.t option;The updated title of the pentest.
*)assets : Assets.t option;The updated assets for the pentest.
*)excludeRiskTypes : RiskTypeList.t option;The updated list of risk types to exclude from the pentest.
*)serviceRole : ServiceRole.t option;The updated IAM service role for the pentest.
*)logConfig : CloudWatchLog.t option;The updated CloudWatch Logs configuration for the pentest.
*)vpcConfig : VpcConfig.t option;The updated VPC configuration for the pentest.
*)networkTrafficConfig : NetworkTrafficConfig.t option;The updated network traffic configuration for the pentest.
*)codeRemediationStrategy : CodeRemediationStrategy.t option;The updated code remediation strategy for the pentest.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `String of String_.t
| `Structure of
(string
* [> `List of
[> `String of SecurityGroupArn.t
| `Structure of
(string
* [> `Enum 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 ]