Values.AWSResourcesSourceThe AWS resources associated with an agent space, including VPCs, log groups, S3 buckets, secrets, Lambda functions, and IAM roles.
type nonrec t = {vpcs : VpcConfigs.t option;The VPC configurations associated with the agent space.
*)logGroups : LogGroupArns.t option;The Amazon Resource Names (ARNs) of the CloudWatch log groups associated with the agent space.
*)s3Buckets : S3BucketArns.t option;The Amazon Resource Names (ARNs) of the S3 buckets associated with the agent space.
*)secretArns : SecretArns.t option;The Amazon Resource Names (ARNs) of the Secrets Manager secrets associated with the agent space.
*)lambdaFunctionArns : LambdaFunctionArns.t option;The Amazon Resource Names (ARNs) of the Lambda functions associated with the agent space.
*)iamRoles : IamRoles.t option;The IAM roles associated with the agent space.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of LogGroupArn.t
| `Structure of
(string
* [> `List of [> `String of SecurityGroupArn.t ] list
| `String of VpcArn.t ])
list ]
list ])
list ]