TelemetryConfiguration
A model representing the state of a resource within an account according to telemetry config.
Types
Properties
The account ID which contains the resource managed in telemetry configuration. An example of a valid account ID is 012345678901.
The timestamp of the last change to the telemetry configuration for the resource. For example, 1728679196318.
The identifier of the resource, for example for Amazon VPC, it would be vpc-1a2b3c4d5e6f1a2b3.
Tags associated with the resource, for example { Name: "ExampleInstance", Environment: "Development" }.
The type of resource, for example Amazon Web Services::EC2::Instance, or Amazon Web Services::EKS::Cluster, etc.
The configuration state for the resource, for example { Logs: NotApplicable; Metrics: Enabled; Traces: NotApplicable; }.