Values.TelemetryPipelineSourceRepresents a complete telemetry pipeline resource with configuration, status, and metadata for data processing and transformation.
type nonrec t = {createdTimeStamp : Long.t option;The timestamp when the telemetry pipeline was created.
*)lastUpdateTimeStamp : Long.t option;The timestamp when the telemetry pipeline was last updated.
*)arn : ResourceArn.t option;The Amazon Resource Name (ARN) of the telemetry pipeline.
*)name : TelemetryPipelineName.t option;The name of the telemetry pipeline.
*)configuration : TelemetryPipelineConfiguration.t option;The configuration that defines how the telemetry pipeline processes data.
*)status : TelemetryPipelineStatus.t option;The current status of the telemetry pipeline.
*)statusReason : TelemetryPipelineStatusReason.t option;Additional information about the pipeline status, including reasons for failure states.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of Long.t
| `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `String of ResourceArn.t
| `Structure of
(string * [> `String of TelemetryPipelineConfigurationBody.t ])
list ])
list ]