AWS cost-management documentation change
Summary
Updated event schema documentation with more specific placeholder values
Security assessment
Documentation clarification of example event format without security implications. Changes are descriptive rather than security-related.
Diff
diff --git a/cost-management/latest/userguide/cad-eventbridge.md b/cost-management/latest/userguide/cad-eventbridge.md index a537e6db6..4d59c8f8e 100644 --- a//cost-management/latest/userguide/cad-eventbridge.md +++ b//cost-management/latest/userguide/cad-eventbridge.md @@ -38 +38 @@ When an immediate alert is detected, the subscriber receives an event with the ` - "dimensionalValue": "ServiceName", + "dimensionalValue": "<dimension value>", // service name for AWS Service Monitor @@ -49,5 +49,5 @@ When an immediate alert is detected, the subscriber receives an event with the ` - "linkedAccount": "AnomalousLinkedAccount", - "linkedAccountName": "AnomalousLinkedAccountName", - "region": "AnomalousRegionName", - "service": "AnomalousServiceName", - "usageType": "AnomalousUsageType", + "linkedAccount": "<linked account ID>", // 12 digit account id. + "linkedAccountName": "<linked account name>", + "region": "<region>", + "service": "<service name>", // AWS service name + "usageType": "<usage type>", // AWS service usage type