Module Values.AssociateResolverQueryLogConfigRequestSource

Associates an Amazon VPC with a specified query logging configuration. Route 53 Resolver logs DNS queries that originate in all of the Amazon VPCs that are associated with a specified query logging configuration. To associate more than one VPC with a configuration, submit one AssociateResolverQueryLogConfig request for each VPC. The VPCs that you associate with a query logging configuration must be in the same Region as the configuration. To remove a VPC from a query logging configuration, see DisassociateResolverQueryLogConfig.

Sourcetype nonrec t = {
  1. resolverQueryLogConfigId : ResourceId.t;
    (*

    The ID of the query logging configuration that you want to associate a VPC with.

    *)
  2. resourceId : ResourceId.t;
    (*

    The ID of an Amazon VPC that you want this query logging configuration to log queries for. The VPCs and the query logging configuration must be in the same Region.

    *)
}
Sourceval context_ : string
Sourceval make : resolverQueryLogConfigId:ResourceId.t -> resourceId:ResourceId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t