Values.DiscoveryDataSourceData for agent discovery.
type nonrec t = {publicIpAddresses : IpAddressList.t;List of public IP addresses to associate with agent.
*)privateIpAddresses : IpAddressList.t;List of private IP addresses to associate with agent.
*)capabilityArns : CapabilityArnList.t;List of capabilities to associate with agent.
*)}val make :
publicIpAddresses:IpAddressList.t ->
privateIpAddresses:IpAddressList.t ->
capabilityArns:CapabilityArnList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of IpV4Address.t ] list ]) list ]