Module Pinpoint.GCMChannel

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html

type properties = {
  1. api_key : string option;
  2. enabled : bool option;
  3. service_json : string option;
  4. default_authentication_method : string option;
  5. application_id : string;
}

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

val make_properties : ?api_key:string -> ?enabled:bool -> ?service_json:string -> ?default_authentication_method:string -> application_id:string -> 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