AWSCognitoIdentityProviderLogConfigurationType
Objective-C
@interface AWSCognitoIdentityProviderLogConfigurationType
Swift
class AWSCognitoIdentityProviderLogConfigurationType
The logging parameters of a user pool.
Required parameters: [LogLevel, EventSource]
-
The CloudWatch logging destination of a user pool.
Declaration
Objective-C
@property (nonatomic, strong) AWSCognitoIdentityProviderCloudWatchLogsConfigurationType *_Nullable cloudWatchLogsConfiguration;Swift
var cloudWatchLogsConfiguration: AWSCognitoIdentityProviderCloudWatchLogsConfigurationType? { get set } -
The source of events that your user pool sends for detailed activity logging.
Declaration
Objective-C
@property (nonatomic) AWSCognitoIdentityProviderEventSourceName eventSource;Swift
var eventSource: AWSCognitoIdentityProviderEventSourceName { get set } -
The
errorlevelselection of logs that a user pool sends for detailed activity logging.Declaration
Objective-C
@property (nonatomic) AWSCognitoIdentityProviderLogLevel logLevel;Swift
var logLevel: AWSCognitoIdentityProviderLogLevel { get set }
View on GitHub
Install in Dash
AWSCognitoIdentityProviderLogConfigurationType Class Reference