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

[1]: docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_GetLogDeliveryConfiguration.html

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:



8275
8276
8277
8278
8279
8280
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8275

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)


8275
8276
8277
8278
8279
8280
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8275

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