Values.CreateAgentRequestSourceCreateAgentRequest
type nonrec t = {activationKey : ActivationKey.t;Specifies your DataSync agent's activation key. If you don't have an activation key, see Activating your agent.
*)agentName : TagValue.t option;Specifies a name for your agent. We recommend specifying a name that you can remember.
*)vpcEndpointId : VpcEndpointId.t option;Specifies the ID of the VPC service endpoint that you're using. For example, a VPC endpoint ID looks like vpce-01234d5aff67890e1. The VPC service endpoint you use must include the DataSync service name (for example, com.amazonaws.us-east-2.datasync).
*)subnetArns : PLSubnetArnList.t option;Specifies the ARN of the subnet where your VPC service endpoint is located. You can only specify one ARN.
*)securityGroupArns : PLSecurityGroupArnList.t option;Specifies the Amazon Resource Name (ARN) of the security group that allows traffic between your agent and VPC service endpoint. You can only specify one ARN.
*)}val make :
?agentName:??? ->
?tags:??? ->
?vpcEndpointId:??? ->
?subnetArns:??? ->
?securityGroupArns:??? ->
activationKey:ActivationKey.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of Ec2SubnetArn.t
| `Structure of (string * [> `String of TagKey.t ]) list ]
list
| `String of ActivationKey.t ])
list ]