Values.UpdateAccessSourceInputSourceUpdates the configuration of 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 = {accessSourceId : ResourceId.t;The unique identifier of the access source to update.
*)cidr : Cidr.t option;The CIDR block for the access source.
*)ipAddressType : IpAddressType.t option;The IP address type for the access source.
*)name : ResourceNameShort.t option;The name of the access source.
*)protocol : DnsProtocol.t option;The protocol for the access source.
*)}val make :
?cidr:??? ->
?ipAddressType:??? ->
?name:??? ->
?protocol:??? ->
accessSourceId:ResourceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ResourceId.t ]) list ]