AWS clean-rooms documentation change
Summary
Formatted JSON policy example with expanded 'Principal' field for readability
Security assessment
Change is purely cosmetic (JSON formatting) with no impact on security semantics or policy logic. No modifications to security controls or documentation of new security features.
Diff
diff --git a/clean-rooms/latest/userguide/data-protection.md b/clean-rooms/latest/userguide/data-protection.md index e9deeecce..4e422b2ab 100644 --- a//clean-rooms/latest/userguide/data-protection.md +++ b//clean-rooms/latest/userguide/data-protection.md @@ -137 +137,3 @@ JSON - "Principal": { "AWS": "arn:aws:iam::444455556666:role/ExampleRole" }, + "Principal": { + "AWS": "arn:aws:iam::444455556666:role/ExampleRole" + }, @@ -148 +150 @@ JSON - } + },