Values.CreatePentestInputSourceInput for creating a new pentest.
type nonrec t = {title : String_.t;The title of the pentest.
*)agentSpaceId : String_.t;The unique identifier of the agent space to create the pentest in.
*)assets : Assets.t option;The assets to include in the pentest, such as endpoints, actors, documents, and source code.
*)excludeRiskTypes : RiskTypeList.t option;The list of risk types to exclude from the pentest.
*)serviceRole : ServiceRole.t option;The IAM service role to use for the pentest.
*)logConfig : CloudWatchLog.t option;The CloudWatch Logs configuration for the pentest.
*)vpcConfig : VpcConfig.t option;The VPC configuration for the pentest.
*)networkTrafficConfig : NetworkTrafficConfig.t option;The network traffic configuration for the pentest, including custom headers and traffic rules.
*)codeRemediationStrategy : CodeRemediationStrategy.t option;The code remediation strategy for the pentest. Valid values are AUTOMATIC and DISABLED.
*)}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 ]