Values.CreatePlatformApplicationInputSourceInput for CreatePlatformApplication action.
type nonrec t = {name : String_.t;Application names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, hyphens, and periods, and must be between 1 and 256 characters long.
*)platform : String_.t;The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push Notification Service), APNS_SANDBOX, and GCM (Firebase Cloud Messaging).
*)attributes : MapStringToString.t;For a list of attributes, see SetPlatformApplicationAttributes .
*)}val make :
name:String_.t ->
platform:String_.t ->
attributes:MapStringToString.t ->
unit ->
t