Values.TelemetryConfigurationSourceA model representing the state of a resource within an account according to telemetry config.
type nonrec t = {accountIdentifier : AccountIdentifier.t option;The account ID which contains the resource managed in telemetry configuration. An example of a valid account ID is 012345678901.
*)telemetryConfigurationState : TelemetryConfigurationState.t option;The configuration state for the resource, for example { Logs: NotApplicable; Metrics: Enabled; Traces: NotApplicable; }.
*)resourceType : ResourceType.t option;The type of resource, for example Amazon Web Services::EC2::Instance, or Amazon Web Services::EKS::Cluster, etc.
*)resourceIdentifier : ResourceIdentifier.t option;The identifier of the resource, for example for Amazon VPC, it would be vpc-1a2b3c4d5e6f1a2b3.
*)resourceTags : TagMapOutput.t option;Tags associated with the resource, for example { Name: "ExampleInstance", Environment: "Development" }.
*)lastUpdateTimeStamp : Long.t option;The timestamp of the last change to the telemetry configuration for the resource. For example, 1728679196318.
*)telemetrySourceType : TelemetrySourceType.t option;}