Athena.NamedQuery
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html
type properties = {
work_group : string option;
description : string option;
query_string : string;
database : string;
name : string option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html;
val make_properties :
?work_group:string ->
?description:string ->
query_string:string ->
database:string ->
?name:string ->
unit ->
properties
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes