listTelemetryFields

Lists fields available for telemetry queries. Returns a list of fields included in the specified dataset, granular to telemetry type. Returned field names reflect the exact stored casing and are case-sensitive when referenced in query expressions; the query engine does not normalize identifier case.

Samples

// The following example lists the log fields available in the specified dataset. Payloads are shown as
// JSON on the wire they are CBOR encoded.
val resp = cloudWatchOmniClient.listTelemetryFields {
    dataSetName = "default"
    telemetryType = TelemetryType.fromValue("LOGS")
}