Class: Aws::CognitoIdentityProvider::Types::SetLogDeliveryConfigurationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_configurationsArray<Types::LogConfigurationType>

A collection of the logging configurations for a user pool.

Returns:



7802
7803
7804
7805
7806
7807
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7802

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

#user_pool_idString

The ID of the user pool where you want to configure logging.

Returns:

  • (String)


7802
7803
7804
7805
7806
7807
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7802

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