Module Pinpoint.BaiduChannel

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

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

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

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