Module Route53Resolver.ResolverQueryLoggingConfig

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverqueryloggingconfig.html

type properties = {
  1. destination_arn : string option;
  2. name : string option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverqueryloggingconfig.html;

val make_properties : ?destination_arn:string -> ?name:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. status : string;
  3. owner_id : string;
  4. association_count : int;
  5. creation_time : string;
  6. share_status : string;
  7. id : string;
  8. arn : string;
  9. creator_request_id : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string