AWS amazondynamodb documentation change
Summary
Expanded IAM policy condition formatting for better readability
Security assessment
Formatting improvement of JSON policy without changing security semantics or adding new security controls
Diff
diff --git a/amazondynamodb/latest/developerguide/Contributor_Insights_IAM.md b/amazondynamodb/latest/developerguide/Contributor_Insights_IAM.md index de82037ff..e445af4a1 100644 --- a//amazondynamodb/latest/developerguide/Contributor_Insights_IAM.md +++ b//amazondynamodb/latest/developerguide/Contributor_Insights_IAM.md @@ -73 +73,5 @@ JSON - "Condition": {"StringLike": {"iam:AWSServiceName": "contributorinsights.dynamodb.amazonaws.com"}} + "Condition": { + "StringLike": { + "iam:AWSServiceName": "contributorinsights.dynamodb.amazonaws.com" + } + } @@ -87 +91 @@ JSON - ], + ]