AWS connect documentation change
Summary
Standardized placeholder values (e.g., 'accountID' to '111122223333'), fixed indentation, and added region specificity in resource ARNs
Security assessment
Changes improve template consistency and accuracy but do not introduce new security controls or address vulnerabilities.
Diff
diff --git a/connect/latest/adminguide/security_iam_resource-level-policy-examples.md b/connect/latest/adminguide/security_iam_resource-level-policy-examples.md index 1c3043aa2..97e9d78fc 100644 --- a//connect/latest/adminguide/security_iam_resource-level-policy-examples.md +++ b//connect/latest/adminguide/security_iam_resource-level-policy-examples.md @@ -177 +177 @@ JSON - "Resource": "*", + "Resource": "*" @@ -184 +184 @@ JSON - "Resource": "arn:aws:connect:us-west-2:123456789012:instance/00fbeee1-123e-111e-93e3-11111bfbfcc17/security-profile/11dtcggg1-123e-111e-93e3-11111bfbfcc17", + "Resource": "arn:aws:connect:us-west-2:123456789012:instance/00fbeee1-123e-111e-93e3-11111bfbfcc17/security-profile/11dtcggg1-123e-111e-93e3-11111bfbfcc17" @@ -208 +208 @@ JSON - "Resource": "arn:aws:connect:us-west-2:_accountID_ :instance/_instanceId_ /contact/*", + "Resource": "arn:aws:connect:us-west-2:_111122223333_ :instance/_instanceId_ /contact/*", @@ -269 +269 @@ JSON - "Resource": "arn:aws:connect:us-west-2:_accountID_ :instance/*/contact/*", + "Resource": "arn:aws:connect:us-west-2:_111122223333_ :instance/*/contact/*", @@ -372 +372 @@ JSON - "Resource": "arn:aws:app-integrations:us-west-2:accountID:event-integration/Name" + "Resource": "arn:aws:app-integrations:us-west-2:111122223333:event-integration/Name" @@ -396 +396 @@ JSON - "Resource": "arn:aws:profile:us-west-2:accountID:domains/domainName", + "Resource": "arn:aws:profile:us-west-2:111122223333:domains/domainName", @@ -424 +424 @@ JSON - "Resource": "arn:aws:profile:us-west-2:accountID:domains/domainName", + "Resource": "arn:aws:profile:us-west-2:111122223333:domains/domainName", @@ -450 +450 @@ JSON - "Resource": "arn:aws:wisdom:us-west-2:accountID:assistant/assistantID" + "Resource": "arn:aws:wisdom:us-west-2:111122223333:assistant/assistantID" @@ -474 +474 @@ JSON - "Resource": "arn:aws:voiceid:us-west-2:accountID:domain/domainName", + "Resource": "arn:aws:voiceid:us-west-2:111122223333:domain/domainName", @@ -525 +525 @@ JSON - "Resource": "arn:aws:connect:region:account-id:instance/instance-id/contact/*" + "Resource": "arn:aws:connect:us-east-1:account-id:instance/instance-id/contact/*" @@ -533 +533 @@ JSON - "Resource": "arn:aws:connect:region:account-id:instance/instance-id" + "Resource": "arn:aws:connect:us-east-1:account-id:instance/instance-id" @@ -541 +541 @@ JSON - "Resource": "arn:aws:connect:region:account-id:instance/instance-id", + "Resource": "arn:aws:connect:us-east-1:account-id:instance/instance-id",