Module Pinpoint.APNSVoipSandboxChannel

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

type properties = {
  1. bundle_id : string option;
  2. private_key : string option;
  3. enabled : bool option;
  4. default_authentication_method : string option;
  5. token_key : string option;
  6. application_id : string;
  7. team_id : string option;
  8. certificate : string option;
  9. token_key_id : string option;
}

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

val make_properties : ?bundle_id:string -> ?private_key:string -> ?enabled:bool -> ?default_authentication_method:string -> ?token_key:string -> application_id:string -> ?team_id:string -> ?certificate:string -> ?token_key_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