TelemetryRule

Defines how telemetry should be configured for specific Amazon Web Services resources.

Types

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

Properties

Link copied to clipboard

Configuration specifying where and how the telemetry data should be delivered.

Link copied to clipboard

The type of Amazon Web Services resource to configure telemetry for (e.g., "AWS::EC2::VPC").

Link copied to clipboard

The organizational scope to which the rule applies, specified using accounts or organizational units.

Link copied to clipboard

Criteria for selecting which resources the rule applies to, such as resource tags.

Link copied to clipboard

The type of telemetry to collect (Logs, Metrics, or Traces).

Functions

Link copied to clipboard
inline fun copy(block: TelemetryRule.Builder.() -> Unit = {}): TelemetryRule
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