AWS cli documentation change
Summary
Updated AWS CLI version from 2.34.20 to 2.34.21 and added new resource types (AWS::BedrockAgentCore::Gateway, AWS::BedrockAgentCore::Memory, AWS::SecurityHub::Hub, AWS::CloudFront::Distribution) and new log types (SECURITY_FINDING_LOGS, ACCESS_LOGS, CONNECTION_LOGS).
Security assessment
Adds documentation for new log types including SECURITY_FINDING_LOGS, which are directly related to security monitoring. This enhances security observability but does not indicate a security issue fix.
Diff
diff --git a/cli/latest/reference/observabilityadmin/create-telemetry-rule.md b/cli/latest/reference/observabilityadmin/create-telemetry-rule.md index f5256db00..a859030f5 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.20 Command Reference](../../index.html) » + * [AWS CLI 2.34.21 Command Reference](../../index.html) » @@ -127,0 +128,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/observ +>> * `AWS::BedrockAgentCore::Gateway` +>> * `AWS::BedrockAgentCore::Memory` +>> * `AWS::SecurityHub::Hub` +>> * `AWS::CloudFront::Distribution` @@ -460,0 +465,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/observ +>>>>> * `SECURITY_FINDING_LOGS` +>>>>> * `ACCESS_LOGS` +>>>>> * `CONNECTION_LOGS` @@ -476 +483 @@ 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", + "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", @@ -548 +555 @@ JSON Syntax: - "LogTypes": ["APPLICATION_LOGS"|"USAGE_LOGS", ...] + "LogTypes": ["APPLICATION_LOGS"|"USAGE_LOGS"|"SECURITY_FINDING_LOGS"|"ACCESS_LOGS"|"CONNECTION_LOGS", ...] @@ -735 +742 @@ RuleArn -> (string) - * [AWS CLI 2.34.20 Command Reference](../../index.html) » + * [AWS CLI 2.34.21 Command Reference](../../index.html) »