LoggingConfigurationArgs

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

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

Constructors

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

Functions

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

Properties

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<LoggingConfigurationTagArgs>>? = null

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