Pinpoint.APNSVoipSandboxChannel
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-apnsvoipsandboxchannel.html
type properties = {
bundle_id : string option;
private_key : string option;
enabled : bool option;
default_authentication_method : string option;
token_key : string option;
application_id : string;
team_id : string option;
certificate : string option;
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 ]
val create_attributes : string -> attributes