GetConfigurationResult

data class GetConfigurationResult(val arn: String? = null, val description: String? = null, val latestRevision: ConfigurationLatestRevision? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, description: String? = null, latestRevision: ConfigurationLatestRevision? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the configuration.

Link copied to clipboard
val description: String? = null

The description of the configuration.

Link copied to clipboard

Latest revision of the MSK configuration.