CreateObservabilityConfigurationRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A name for the observability configuration. When you use it for the first time in an Amazon Web Services Region, App Runner creates revision number 1 of this name. When you use the same name in subsequent calls, App Runner creates incremental revisions of the configuration.

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

A list of metadata items that you can associate with your observability configuration resource. A tag is a key-value pair.

Link copied to clipboard

The configuration of the tracing feature within this observability configuration. If you don't specify it, App Runner doesn't enable tracing.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String