Class: Aws::CognitoIdentityProvider::Types::LogDeliveryConfigurationType

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

#log_configurationsArray<Types::LogConfigurationType>

The detailed activity logging destination of a user pool.

Returns:



6525
6526
6527
6528
6529
6530
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6525

class LogDeliveryConfigurationType < Struct.new(
  :user_pool_id,
  :log_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#user_pool_idString

The ID of the user pool where you configured detailed activity logging.

Returns:

  • (String)


6525
6526
6527
6528
6529
6530
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6525

class LogDeliveryConfigurationType < Struct.new(
  :user_pool_id,
  :log_configurations)
  SENSITIVE = []
  include Aws::Structure
end