AppSync.ApiCache
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html
type properties = {
type_ : string;
transit_encryption_enabled : bool option;
health_metrics_config : string option;
at_rest_encryption_enabled : bool option;
api_id : string;
api_caching_behavior : string;
ttl : float;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html;
val make_properties :
type_:string ->
?transit_encryption_enabled:bool ->
?health_metrics_config:string ->
?at_rest_encryption_enabled:bool ->
api_id:string ->
api_caching_behavior:string ->
ttl:float ->
unit ->
properties
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes