TelemetryConfiguration

A model representing the state of a resource within an account according to telemetry config.

Types

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

Properties

Link copied to clipboard

The account ID which contains the resource managed in telemetry configuration. An example of a valid account ID is 012345678901.

Link copied to clipboard

The timestamp of the last change to the telemetry configuration for the resource. For example, 1728679196318.

Link copied to clipboard

The identifier of the resource, for example i-0b22a22eec53b9321.

Link copied to clipboard

Tags associated with the resource, for example { Name: "ExampleInstance", Environment: "Development" }.

Link copied to clipboard

The type of resource, for example AWS::EC2::Instance.

Link copied to clipboard

The configuration state for the resource, for example { Logs: NotApplicable; Metrics: Enabled; Traces: NotApplicable; }.

Functions

Link copied to clipboard
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