Values.GlobalResolversItemSourceSummary information about a global resolver.
type nonrec t = {id : ResourceId.t option;The unique identifier of the global resolver.
*)arn : ResourceArn.t option;The Amazon Resource Name (ARN) of the global resolver.
*)clientToken : ClientToken.t option;The unique string that identifies the request and ensures idempotency.
*)dnsName : Sni.t option;The DNS name of the global resolver.
*)observabilityRegion : Region.t option;The Amazon Web Services Region where observability data is collected for the global resolver.
*)name : ResourceName.t option;The name of the global resolver.
*)description : ResourceDescription.t option;A description of the global resolver.
*)regions : Regions.t option;The Amazon Web Services Regions where the global resolver is deployed.
*)createdAt : ISO8601TimeString.t option;The date and time when the global resolver was created.
*)updatedAt : ISO8601TimeString.t option;The date and time when the global resolver was last updated.
*)status : CRResourceStatus.t option;The current status of the global resolver.
*)ipv4Addresses : IPv4Addresses.t option;The IPv4 addresses assigned to the global resolver.
*)ipv6Addresses : IPv6Addresses.t option;The IPv6 addresses assigned to the global resolver. This field is only populated when ipAddressType is DUAL_STACK.
*)ipAddressType : GlobalResolverIpAddressType.t option;The IP address type configured for the global resolver.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of Region.t ] list
| `String of ResourceId.t
| `Timestamp of ISO8601TimeString.t ])
list ]