Values.GetDNSViewOutputSourceRetrieves information about a DNS view. 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 = {id : ResourceId.t option;ID of the DNS view.
*)arn : ResourceArn.t option;Amazon Resource Name (ARN) of the DNS view.
*)clientToken : ClientToken.t option;A unique, case-sensitive identifier to ensure idempotency. This means that making the same request multiple times with the same clientToken has the same result every time.
*)dnssecValidation : DnsSecValidationType.t option;Specifies whether DNSSEC is enabled or disabled for the DNS view.
*)ednsClientSubnet : EdnsClientSubnetType.t option;Specifies whether edns0 client subnet is enabled.
*)firewallRulesFailOpen : FirewallRulesFailOpenType.t option;Specifies the DNS Firewall failure mode configuration. When enabled, the DNS Firewall allows DNS queries to proceed if it's unable to properly evaluate them. When disabled, the DNS Firewall blocks DNS queries it's unable to evaluate.
*)name : ResourceName.t option;Name of the DNS view.
*)description : ResourceDescription.t option;Description of the DNS view.
*)globalResolverId : ResourceId.t option;ID of the Global Resolver the DNS view is associated to.
*)createdAt : ISO8601TimeString.t option;The time and date the DNS view was creates on.
*)updatedAt : ISO8601TimeString.t option;The time and date the DNS view was updated on.
*)status : ProfileResourceStatus.t option;Operational status of the DNS view.
*)}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 ResourceId.t
| `Timestamp of ISO8601TimeString.t ])
list ]