AWS cli documentation change
Summary
Added new resource types (AWS::BedrockAgentCore::WorkloadIdentity, AWS::CloudWatch::OTelEnrichment, AWS::MSK::Cluster) and MSK monitoring parameters with enhanced monitoring levels
Security assessment
This change adds new resource types and monitoring configuration options without addressing any specific security vulnerability or weakness. The MSK monitoring parameters provide operational visibility but don't constitute a security feature.
Diff
diff --git a/cli/latest/reference/observabilityadmin/update-telemetry-rule-for-organization.md b/cli/latest/reference/observabilityadmin/update-telemetry-rule-for-organization.md index 427161370..68ef7c311 100644 --- a//cli/latest/reference/observabilityadmin/update-telemetry-rule-for-organization.md +++ b//cli/latest/reference/observabilityadmin/update-telemetry-rule-for-organization.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) »