Values.ResourceConfigurationDefinitionSourceDescribes a resource configuration.
type nonrec t = {dnsResource : DnsResource.t option;The DNS name of the resource.
*)ipResource : IpResource.t option;The IP resource.
*)arnResource : ArnResource.t option;The Amazon Resource Name (ARN) of the resource.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `String of DomainName.t ]) list ])
list ]