Class: Aws::CognitoIdentityProvider::Types::LogConfigurationType

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

The logging parameters of a user pool.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logs_configurationTypes::CloudWatchLogsConfigurationType

The CloudWatch logging destination of a user pool.



6504
6505
6506
6507
6508
6509
6510
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6504

class LogConfigurationType < Struct.new(
  :log_level,
  :event_source,
  :cloud_watch_logs_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#event_sourceString

The source of events that your user pool sends for detailed activity logging.

Returns:

  • (String)


6504
6505
6506
6507
6508
6509
6510
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6504

class LogConfigurationType < Struct.new(
  :log_level,
  :event_source,
  :cloud_watch_logs_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#log_levelString

The errorlevel selection of logs that a user pool sends for detailed activity logging.

Returns:

  • (String)


6504
6505
6506
6507
6508
6509
6510
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6504

class LogConfigurationType < Struct.new(
  :log_level,
  :event_source,
  :cloud_watch_logs_configuration)
  SENSITIVE = []
  include Aws::Structure
end