TelemetryConfiguration
A model representing the state of a resource within an account according to telemetry config.
Contents
- AccountIdentifier
-
The account ID which contains the resource managed in telemetry configuration. An example of a valid account ID is
012345678901.Type: String
Length Constraints: Fixed length of 12.
Pattern:
[0-9]{12}Required: No
- LastUpdateTimeStamp
-
The timestamp of the last change to the telemetry configuration for the resource. For example,
1728679196318.Type: Long
Required: No
- ResourceIdentifier
-
The identifier of the resource, for example for Amazon VPC, it would be
vpc-1a2b3c4d5e6f1a2b3.Type: String
Required: No
- ResourceTags
-
Tags associated with the resource, for example
{ Name: "ExampleInstance", Environment: "Development" }.Type: String to string map
Required: No
- ResourceType
-
The type of resource, for example
AWS::EC2::Instance, orAWS::EKS::Cluster, etc.Type: String
Valid Values:
AWS::EC2::Instance | AWS::EC2::VPC | AWS::Lambda::Function | AWS::CloudTrail | AWS::EKS::Cluster | AWS::WAFv2::WebACL | AWS::ElasticLoadBalancingV2::LoadBalancer | AWS::Route53Resolver::ResolverEndpoint | AWS::BedrockAgentCore::Runtime | AWS::BedrockAgentCore::Browser | AWS::BedrockAgentCore::CodeInterpreterRequired: No
- TelemetryConfigurationState
-
The configuration state for the resource, for example
{ Logs: NotApplicable; Metrics: Enabled; Traces: NotApplicable; }.Type: String to string map
Valid Keys:
Logs | Metrics | TracesValid Values:
Enabled | Disabled | NotApplicableRequired: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: