AWSCognitoSyncPushSync

Objective-C

@interface AWSCognitoSyncPushSync

Swift

class AWSCognitoSyncPushSync

Configuration options to be applied to the identity pool.

  • List of SNS platform application ARNs that could be used by clients.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable applicationArns;

    Swift

    var applicationArns: [String]? { get set }
  • A role configured to allow Cognito to call SNS on behalf of the developer.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable roleArn;

    Swift

    var roleArn: String? { get set }