AWSCognitoIdentityProviderSetLogDeliveryConfigurationRequest
Objective-C
@interface AWSCognitoIdentityProviderSetLogDeliveryConfigurationRequest
Swift
class AWSCognitoIdentityProviderSetLogDeliveryConfigurationRequest
-
A collection of all of the detailed activity logging configurations for a user pool.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSCognitoIdentityProviderLogConfigurationType *> *_Nullable logConfigurations;Swift
var logConfigurations: [AWSCognitoIdentityProviderLogConfigurationType]? { get set } -
The ID of the user pool where you want to configure detailed activity logging .
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable userPoolId;Swift
var userPoolId: String? { get set }
View on GitHub
Install in Dash
AWSCognitoIdentityProviderSetLogDeliveryConfigurationRequest Class Reference