LoggingConfigurationArgs

data class LoggingConfigurationArgs(val destinationConfiguration: Output<LoggingConfigurationDestinationConfigurationArgs>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<LoggingConfigurationArgs>

Resource type definition for AWS::IVSChat::LoggingConfiguration.

Constructors

Link copied to clipboard
constructor(destinationConfiguration: Output<LoggingConfigurationDestinationConfigurationArgs>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

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 name: Output<String>? = null

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

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

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

Functions

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