Values.CreateDNSViewOutputSourceCreates a DNS view within a Route 53 Global Resolver. A DNS view models end users, user groups, networks, and devices, and serves as a parent resource that holds configurations controlling access, authorization, DNS firewall rules, and forwarding rules. 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;The unique identifier for the DNS view.
*)arn : ResourceArn.t option;The Amazon Resource Name (ARN) of the DNS view.
*)clientToken : ClientToken.t option;The unique string that identifies the request and ensures idempotency.
*)dnssecValidation : DnsSecValidationType.t option;Whether DNSSEC validation is enabled for DNS queries in this DNS view.
*)ednsClientSubnet : EdnsClientSubnetType.t option;Whether EDNS Client Subnet injection is enabled for DNS queries in this DNS view.
*)firewallRulesFailOpen : FirewallRulesFailOpenType.t option;The behavior when Route 53 Global Resolver cannot apply DNS firewall rules due to service impairment.
*)name : ResourceName.t option;The descriptive name of the DNS view.
*)description : ResourceDescription.t option;The description of the DNS view.
*)globalResolverId : ResourceId.t option;The ID of the Route 53 Global Resolver instance the DNS view is created for.
*)createdAt : ISO8601TimeString.t option;The date and time when the DNS view was created.
*)updatedAt : ISO8601TimeString.t option;The date and time when the DNS view was last updated.
*)status : ProfileResourceStatus.t option;The operational status of the DNS view.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.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
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.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
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.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 ]