AWSCognitoSyncGetCognitoEventsRequest

Objective-C

@interface AWSCognitoSyncGetCognitoEventsRequest

Swift

class AWSCognitoSyncGetCognitoEventsRequest

A request for a list of the configured Cognito Events

Required parameters: [IdentityPoolId]

  • The Cognito Identity Pool ID for the request

    Declaration

    Objective-C

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

    Swift

    var identityPoolId: String? { get set }