Values.TelemetryRuleSummarySourceA summary of a telemetry rule's key properties.
type nonrec t = {ruleName : RuleName.t option;The name of the telemetry rule.
*)ruleArn : ResourceArn.t option;The Amazon Resource Name (ARN) of the telemetry rule.
*)createdTimeStamp : Long.t option;The timestamp when the telemetry rule was created.
*)lastUpdateTimeStamp : Long.t option;The timestamp when the telemetry rule was last modified.
*)resourceType : ResourceType.t option;The type of Amazon Web Services resource the rule applies to.
*)telemetryType : TelemetryType.t option;The type of telemetry (Logs, Metrics, or Traces) the rule configures.
*)telemetrySourceTypes : TelemetrySourceTypes.t option;The types of telemetry sources configured for this rule, such as VPC Flow Logs or EKS audit logs. TelemetrySourceTypes must be correlated with the specific resource type.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `Long of Long.t
| `String of RuleName.t ])
list ]