Module Values.GetResolverQueryLogConfigRequestSource

Gets information about a specified Resolver query logging configuration, such as the number of VPCs that the configuration is logging queries for and the location that logs are sent to.

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

    The ID of the Resolver query logging configuration that you want to get information about.

    *)
}
Sourceval context_ : string
Sourceval make : resolverQueryLogConfigId: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