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

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

Overview

The logging parameters of a user pool returned in response to ‘GetLogDeliveryConfiguration`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_configurationsArray<Types::LogConfigurationType>

A logging destination of a user pool. User pools can have multiple logging destinations for message-delivery and user-activity logs.

Returns:



6709
6710
6711
6712
6713
6714
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6709

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 logging.

Returns:

  • (String)


6709
6710
6711
6712
6713
6714
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6709

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