AWSCognitoSyncSetCognitoEventsRequest
Objective-C
@interface AWSCognitoSyncSetCognitoEventsRequest
                Swift
class AWSCognitoSyncSetCognitoEventsRequest
                A request to configure Cognito Events"
“ Required parameters: [IdentityPoolId, Events]- 
                  
                  
The events to configure
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable events;Swift
var events: [String : String]? { get set } - 
                  
                  
The Cognito Identity Pool to use when configuring Cognito Events
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable identityPoolId;Swift
var identityPoolId: String? { get set } 
View on GitHub
Install in Dash
        AWSCognitoSyncSetCognitoEventsRequest Class Reference