AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-05-01 · Documentation low

File: cli/latest/reference/observabilityadmin/update-telemetry-rule.md

Summary

Added new resource types (AWS::BedrockAgentCore::WorkloadIdentity, AWS::CloudWatch::OTelEnrichment, AWS::MSK::Cluster) and MSK monitoring parameters with enhanced monitoring levels

Security assessment

Change introduces new observable resource types and monitoring configuration options. No security vulnerabilities are addressed, and the additions don't specifically document security features.

Diff

diff --git a/cli/latest/reference/observabilityadmin/update-telemetry-rule.md b/cli/latest/reference/observabilityadmin/update-telemetry-rule.md
index 6306cee8a..2cfab2827 100644
--- a//cli/latest/reference/observabilityadmin/update-telemetry-rule.md
+++ b//cli/latest/reference/observabilityadmin/update-telemetry-rule.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.38 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.40 Command Reference](../../index.html) »
@@ -127,0 +128 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/observ
+>>   * `AWS::BedrockAgentCore::WorkloadIdentity`
@@ -130,0 +132,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/observ
+>>   * `AWS::CloudWatch::OTelEnrichment`
+>>   * `AWS::MSK::Cluster`
@@ -468,0 +472,17 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/observ
+>> 
+>> MskMonitoringParameters -> (structure)
+>>
+>>> Configuration parameters specific to MSK monitoring when MSK is the resource type.
+>>> 
+>>> EnhancedMonitoring -> (string)
+>>>
+>>>> The level of enhanced monitoring for the MSK cluster.
+>>>> 
+>>>> Possible values:
+>>>> 
+>>>>   * `DEFAULT`
+>>>>   * `PER_BROKER`
+>>>>   * `PER_TOPIC_PER_BROKER`
+>>>>   * `PER_TOPIC_PER_PARTITION`
+>>>> 
+
@@ -508 +528 @@ JSON Syntax:
-      "ResourceType": "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::CodeInterpreter"|"AWS::BedrockAgentCore::Gateway"|"AWS::BedrockAgentCore::Memory"|"AWS::SecurityHub::Hub"|"AWS::CloudFront::Distribution"|"AWS::SecurityHub::HubV2",
+      "ResourceType": "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::CodeInterpreter"|"AWS::BedrockAgentCore::Gateway"|"AWS::BedrockAgentCore::Memory"|"AWS::BedrockAgentCore::WorkloadIdentity"|"AWS::SecurityHub::Hub"|"AWS::CloudFront::Distribution"|"AWS::SecurityHub::HubV2"|"AWS::CloudWatch::OTelEnrichment"|"AWS::MSK::Cluster",
@@ -580,0 +601,3 @@ JSON Syntax:
+        },
+        "MskMonitoringParameters": {
+          "EnhancedMonitoring": "DEFAULT"|"PER_BROKER"|"PER_TOPIC_PER_BROKER"|"PER_TOPIC_PER_PARTITION"
@@ -726 +749 @@ RuleArn -> (string)
-  * [AWS CLI 2.34.38 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.40 Command Reference](../../index.html) »