AWS AWSCloudFormation documentation change
Summary
Added AWS::EC2::Instance to ResourceType allowed values and added Metrics to TelemetryType allowed values
Security assessment
Same change as in organization telemetry rule - expanding allowed values for telemetry rules. This is a feature enhancement, not a security fix.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-properties-observabilityadmin-telemetryrule-telemetryrule.md b/AWSCloudFormation/latest/TemplateReference/aws-properties-observabilityadmin-telemetryrule-telemetryrule.md index 37b37674f..0653bf628 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-properties-observabilityadmin-telemetryrule-telemetryrule.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-properties-observabilityadmin-telemetryrule-telemetryrule.md @@ -61 +61 @@ _Required_ : Yes - _Allowed values_ : `AWS::EC2::VPC | AWS::WAFv2::WebACL | AWS::CloudTrail | AWS::EKS::Cluster | AWS::ElasticLoadBalancingV2::LoadBalancer | AWS::BedrockAgentCore::Runtime | AWS::BedrockAgentCore::Browser | AWS::BedrockAgentCore::CodeInterpreter` + _Allowed values_ : `AWS::EC2::VPC | AWS::WAFv2::WebACL | AWS::CloudTrail | AWS::EKS::Cluster | AWS::ElasticLoadBalancingV2::LoadBalancer | AWS::EC2::Instance | AWS::BedrockAgentCore::Runtime | AWS::BedrockAgentCore::Browser | AWS::BedrockAgentCore::CodeInterpreter` @@ -96 +96 @@ _Required_ : Yes - _Allowed values_ : `Logs | Traces` + _Allowed values_ : `Logs | Traces | Metrics`