LogDeliveryConfigurationArgs

data class LogDeliveryConfigurationArgs(val logConfigurations: Output<List<LogDeliveryConfigurationLogConfigurationArgs>>? = null, val userPoolId: Output<String>? = null) : ConvertibleToJava<LogDeliveryConfigurationArgs>

Resource Type definition for AWS::Cognito::LogDeliveryConfiguration

Constructors

Link copied to clipboard
constructor(logConfigurations: Output<List<LogDeliveryConfigurationLogConfigurationArgs>>? = null, userPoolId: Output<String>? = null)

Properties

Link copied to clipboard

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

Link copied to clipboard
val userPoolId: Output<String>? = null

The ID of the user pool where you configured logging.

Functions

Link copied to clipboard
open override fun toJava(): LogDeliveryConfigurationArgs