AWSCognitoIdentityProviderLogDeliveryConfigurationType
Objective-C
@interface AWSCognitoIdentityProviderLogDeliveryConfigurationType
Swift
class AWSCognitoIdentityProviderLogDeliveryConfigurationType
The logging parameters of a user pool.
Required parameters: [UserPoolId, LogConfigurations]
-
The detailed activity logging destination of 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 configured detailed activity logging.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable userPoolId;
Swift
var userPoolId: String? { get set }