GetObservabilityConfigurationResult

data class GetObservabilityConfigurationResult(val latest: Boolean? = null, val observabilityConfigurationArn: String? = null, val observabilityConfigurationRevision: Int? = null)

Constructors

Link copied to clipboard
constructor(latest: Boolean? = null, observabilityConfigurationArn: String? = null, observabilityConfigurationRevision: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val latest: Boolean? = null

It's set to true for the configuration with the highest Revision among all configurations that share the same Name. It's set to false otherwise.

Link copied to clipboard

The Amazon Resource Name (ARN) of this ObservabilityConfiguration

Link copied to clipboard

The revision of this observability configuration. It's unique among all the active configurations ('Status': 'ACTIVE') that share the same ObservabilityConfigurationName.