Values.AgentSpaceSourceRepresents an agent space, which is a dedicated workspace for securing a specific application. An agent space contains the configuration, resources, and settings needed for security testing.
type nonrec t = {agentSpaceId : AgentSpaceId.t option;The unique identifier of the agent space.
*)name : String_.t option;The name of the agent space.
*)description : String_.t option;A description of the agent space.
*)awsResources : AWSResources.t option;The AWS resources associated with the agent space.
*)targetDomainIds : TargetDomainIdList.t option;The list of target domain identifiers associated with the agent space.
*)codeReviewSettings : CodeReviewSettings.t option;The code review settings for the agent space.
*)kmsKeyId : KmsKeyId.t option;The identifier of the AWS KMS key used to encrypt data in the agent space.
*)createdAt : SyntheticTimestamp_date_time.t option;The date and time the agent space was created, in UTC format.
*)updatedAt : SyntheticTimestamp_date_time.t option;The date and time the agent space was last updated, in UTC format.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of String_.t ] list
| `String of AgentSpaceId.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `String of LogGroupArn.t
| `Structure of
(string
* [> `List of [> `String of SecurityGroupArn.t ] list
| `String of VpcArn.t ])
list ]
list ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]