Module AppSync.ApiCache

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html

type properties = {
  1. type_ : string;
  2. transit_encryption_enabled : bool option;
  3. health_metrics_config : string option;
  4. at_rest_encryption_enabled : bool option;
  5. api_id : string;
  6. api_caching_behavior : string;
  7. 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 ]
type attributes = {
  1. ref_ : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string