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, as returned in the response to a GetLogDeliveryConfiguration request.

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:



8730
8731
8732
8733
8734
8735
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 8730

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)


8730
8731
8732
8733
8734
8735
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 8730

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