GetLoggingConfigurationResult

data class GetLoggingConfigurationResult(val arn: String? = null, val destinationConfiguration: LoggingConfigurationDestinationConfiguration? = null, val id: String? = null, val name: String? = null, val state: LoggingConfigurationState? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, destinationConfiguration: LoggingConfigurationDestinationConfiguration? = null, id: String? = null, name: String? = null, state: LoggingConfigurationState? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

LoggingConfiguration ARN is automatically generated on creation and assigned as the unique identifier.

Link copied to clipboard

The DestinationConfiguration is a complex type that contains information about where chat content will be logged.

Link copied to clipboard
val id: String? = null

The system-generated ID of the logging configuration.

Link copied to clipboard
val name: String? = null

The name of the logging configuration. The value does not need to be unique.

Link copied to clipboard

The state of the logging configuration. When the state is ACTIVE, the configuration is ready to log chat content.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.