AWS servicequotas documentation change
Summary
Removed IAM policy JSON example and replaced with general guidance referencing IAM User Guide
Security assessment
Simplifies documentation structure without altering security guidance. No security implications or feature changes identified.
Diff
diff --git a/servicequotas/latest/userguide/identity-access-management.md b/servicequotas/latest/userguide/identity-access-management.md index 87e8fd248..7293eed0e 100644 --- a//servicequotas/latest/userguide/identity-access-management.md +++ b//servicequotas/latest/userguide/identity-access-management.md @@ -28,16 +28 @@ When you attach a policy to a principal or a group of principals, it allows or d -An IAM policy is a JSON document that consists of one or more statements. Each statement is structured as shown in the following example. - - - { - "Version": "2012-10-17", - "Statement":[{ - "Effect": "effect", - "Action": "action", - "Resource": "resource-arn", - "Condition": { - "condition": { - "key":"value" - } - } - }] - } +An IAM policy is a JSON document that consists of one or more statements. The following lists the different statements in an IAM policy. For more information, see the _[IAM User Guide](https://docs.aws.amazon.com/IAM/latest/UserGuide/)_. @@ -56,2 +40,0 @@ An IAM policy is a JSON document that consists of one or more statements. Each s -For more information, see the _[IAM User Guide](https://docs.aws.amazon.com/IAM/latest/UserGuide/)_. -