GetLogDeliveryConfigurationResult

data class GetLogDeliveryConfigurationResult(val id: String? = null, val logConfigurations: List<LogDeliveryConfigurationLogConfiguration>? = null)

Constructors

Link copied to clipboard
constructor(id: String? = null, logConfigurations: List<LogDeliveryConfigurationLogConfiguration>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

A user pool ID, for example us-east-1_EXAMPLE .

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.