CreateInstrumentationConfigurationResponse

Types

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

Properties

Link copied to clipboard
val arn: String

ARN for the created instrumentation configuration

Link copied to clipboard

The attribute filters returned with the configuration so SDKs can perform client-side targeting.

Link copied to clipboard

The capture settings that were stored for this instrumentation configuration.

Link copied to clipboard

The server-generated creation timestamp for this instrumentation configuration.

Link copied to clipboard

The optional description that was stored with the instrumentation configuration.

Link copied to clipboard

The environment for the instrumentation configuration, echoed from the request.

Link copied to clipboard

The timestamp after which this configuration is no longer served to clients. Present only for BREAKPOINT configurations; PROBE configurations do not expire.

Link copied to clipboard

The type of instrumentation that was created, echoed from the request.

Link copied to clipboard

The location where instrumentation is applied, echoed from the request.

Link copied to clipboard

A stable hash computed from the location that uniquely identifies this instrumentation point within the service, environment, and signal type.

Link copied to clipboard

The service name for the instrumentation configuration, echoed from the request.

Link copied to clipboard

The telemetry signal type for the instrumentation configuration, echoed from the request.

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