Values.CreateAgentSpaceInputSourceInput for creating a new agent space.
type nonrec t = {name : AgentName.t;The name of the agent space.
*)description : String_.t option;A description of the agent space.
*)awsResources : AWSResources.t option;The AWS resources to associate with the agent space.
*)targetDomainIds : TargetDomainIdList.t option;The list of target domain identifiers to associate 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 to use for encrypting data in the agent space.
*)}val make :
?description:??? ->
?awsResources:??? ->
?targetDomainIds:??? ->
?codeReviewSettings:??? ->
?kmsKeyId:??? ->
?tags:??? ->
name:AgentName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of String_.t ] list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of AgentName.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 ])
list ]