AWS singlesignon documentation change
Summary
Improved JSON policy formatting and added explicit comments for SSE-KMS/IAM Identity Center use cases
Security assessment
Formatting changes and comment clarifications in policy examples. No security-specific content added or modified.
Diff
diff --git a/singlesignon/latest/userguide/tip-tutorial-s3.md b/singlesignon/latest/userguide/tip-tutorial-s3.md index 4a6a2f996..47ed21922 100644 --- a//singlesignon/latest/userguide/tip-tutorial-s3.md +++ b//singlesignon/latest/userguide/tip-tutorial-s3.md @@ -78 +78,3 @@ JSON - "StringEquals": { "aws:ResourceAccount": "Your-AWS-Account-ID" }, + "StringEquals": { + "aws:ResourceAccount": "Your-AWS-Account-ID" + }, @@ -80 +82,3 @@ JSON - "s3:AccessGrantsInstanceArn": ["Your-Custom-Access-Grants-Location-ARN"] + "s3:AccessGrantsInstanceArn": [ + "Your-Custom-Access-Grants-Location-ARN" + ] @@ -99 +103,3 @@ JSON - "StringEquals": { "aws:ResourceAccount": "Your-AWS-Account-ID" }, + "StringEquals": { + "aws:ResourceAccount": "Your-AWS-Account-ID" + }, @@ -101 +107,3 @@ JSON - "s3:AccessGrantsInstanceArn": ["Your-Custom-Access-Grants-Location-ARN"] + "s3:AccessGrantsInstanceArn": [ + "Your-Custom-Access-Grants-Location-ARN" + ] @@ -115 +123,3 @@ JSON - "StringEquals": { "aws:ResourceAccount": "Your-AWS-Account-ID" }, + "StringEquals": { + "aws:ResourceAccount": "Your-AWS-Account-ID" + }, @@ -117 +127,3 @@ JSON - "s3:AccessGrantsInstanceArn": ["Your-Custom-Access-Grants-Location-ARN"] + "s3:AccessGrantsInstanceArn": [ + "Your-Custom-Access-Grants-Location-ARN" + ] @@ -121 +133 @@ JSON - //Optionally add the following section if you use SSE-KMS encryption + "//Optionally add the following section if you use SSE-KMS encryption", @@ -167 +179 @@ JSON - //For an IAM Identity Center use case, add: + "//For an IAM Identity Center use case, add:",