PushSync

public struct PushSync : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • List of SNS platform application ARNs that could be used by clients.

    Declaration

    Swift

    public let applicationArns: [String]?
  • A role configured to allow Cognito to call SNS on behalf of the developer.

    Declaration

    Swift

    public let roleArn: String?
  • Undocumented

    Declaration

    Swift

    public init(applicationArns: [String]? = nil, roleArn: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws