Values.GetAccessSourceOutputSourceRetrieves information about an access source. Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify --region us-east-2 on Amazon Web Services CLI commands.
type nonrec t = {arn : ResourceArn.t option;The Amazon Resource Name (ARN) of the access source.
*)cidr : Cidr.t option;The IP range for the rule's parameters in CIDR notation.
*)createdAt : ISO8601TimeString.t option;The time and date the rule was created.
*)id : ResourceId.t option;ID for the rule.
*)ipAddressType : IpAddressType.t option;The IP address type.
*)name : ResourceNameShort.t option;Name for the access source.
*)dnsViewId : ResourceId.t option;ID for the DNS view that the rule is associated to.
*)protocol : DnsProtocol.t option;The protocol determines how data is transmitted to a Global Resolver instance.
*)status : CRResourceStatus.t option;Information about the status of the rule.
*)updatedAt : ISO8601TimeString.t option;The time and date the access source was updated.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ResourceArn.t
| `Timestamp of ISO8601TimeString.t ])
list ]