CreatePlatformApplicationInput

public struct CreatePlatformApplicationInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • For a list of attributes, see SetPlatformApplicationAttributes

    Declaration

    Swift

    public let attributes: [String : String]
  • 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.

    Declaration

    Swift

    public let name: String
  • The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push Notification Service), APNS_SANDBOX, and GCM (Firebase Cloud Messaging).

    Declaration

    Swift

    public let platform: String
  • Undocumented

    Declaration

    Swift

    public init(attributes: [String : String], name: String, platform: String)