AWS Security ChangesHomeSearch

AWS wickr documentation change

Service: wickr · 2025-10-22 · Documentation low

File: wickr/latest/adminguide/security_iam_service-with-iam-id-based-policies-resources.md

Summary

Simplified Resource element explanation by removing requirement note about Resource/NotResource

Security assessment

Change removes statement about policy structure requirements but maintains resource specification guidance. No direct security impact identified.

Diff

diff --git a/wickr/latest/adminguide/security_iam_service-with-iam-id-based-policies-resources.md b/wickr/latest/adminguide/security_iam_service-with-iam-id-based-policies-resources.md
index c78368e8d..4daa894c6 100644
--- a//wickr/latest/adminguide/security_iam_service-with-iam-id-based-policies-resources.md
+++ b//wickr/latest/adminguide/security_iam_service-with-iam-id-based-policies-resources.md
@@ -13,3 +13 @@ Administrators can use AWS JSON policies to specify who has access to what. That
-The `Resource` JSON policy element specifies the object or objects to which the action applies. Statements must include either a `Resource` or a `NotResource` element. As a best practice, specify a resource using its [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html). You can do this for actions that support a specific resource type, known as _resource-level permissions_.
-
-For actions that don't support resource-level permissions, such as listing operations, use a wildcard (*) to indicate that the statement applies to all resources.
+The `Resource` JSON policy element specifies the object or objects to which the action applies. As a best practice, specify a resource using its [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html). For actions that don't support resource-level permissions, use a wildcard (*) to indicate that the statement applies to all resources.