AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

Added new resource types and MSK monitoring parameters with enhanced monitoring levels

Security assessment

Expanded monitoring options without addressing security vulnerabilities or adding security-specific features

Diff

diff --git a/cli/latest/reference/observabilityadmin/create-telemetry-rule.md b/cli/latest/reference/observabilityadmin/create-telemetry-rule.md
index c6f50a3cf..92aa31c72 100644
--- a//cli/latest/reference/observabilityadmin/create-telemetry-rule.md
+++ b//cli/latest/reference/observabilityadmin/create-telemetry-rule.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.38 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.40 Command Reference](../../index.html) »
@@ -129,0 +130 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/observ
+>>   * `AWS::BedrockAgentCore::WorkloadIdentity`
@@ -132,0 +134,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/observ
+>>   * `AWS::CloudWatch::OTelEnrichment`
+>>   * `AWS::MSK::Cluster`
@@ -470,0 +474,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`
+>>>> 
+
@@ -510 +530 @@ 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",
@@ -582,0 +603,3 @@ JSON Syntax:
+        },
+        "MskMonitoringParameters": {
+          "EnhancedMonitoring": "DEFAULT"|"PER_BROKER"|"PER_TOPIC_PER_BROKER"|"PER_TOPIC_PER_PARTITION"
@@ -772 +795 @@ RuleArn -> (string)
-  * [AWS CLI 2.34.38 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.40 Command Reference](../../index.html) »