Values.AccessSourcesItemSourceSummary information about an access source.
type nonrec t = {arn : ResourceArn.t option;The Amazon Resource Name (ARN) of the access source.
*)cidr : Cidr.t option;The CIDR block that defines the IP address range for the access source.
*)createdAt : ISO8601TimeString.t option;The date and time when the access source was created.
*)id : ResourceId.t option;The unique identifier of the access source.
*)ipAddressType : IpAddressType.t option;The IP address type of the access source.
*)name : ResourceNameShort.t option;The name of the access source.
*)dnsViewId : ResourceId.t option;The ID of the DNS view that the access source is associated with.
*)protocol : DnsProtocol.t option;The protocol used by the access source.
*)status : CRResourceStatus.t option;The current status of the access source.
*)updatedAt : ISO8601TimeString.t option;The date and time when the access source was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ResourceArn.t
| `Timestamp of ISO8601TimeString.t ])
list ]