AWS pinpoint documentation change
Summary
Added JSON code block markers and removed detailed IAM role creation output example.
Security assessment
Formatting changes to separate code blocks and remove redundant CLI output. No security-related content modifications.
Diff
diff --git a/pinpoint/latest/archguide/permissions-import-segment.md b/pinpoint/latest/archguide/permissions-import-segment.md index ee43a417c..56e88c21f 100644 --- a//pinpoint/latest/archguide/permissions-import-segment.md +++ b//pinpoint/latest/archguide/permissions-import-segment.md @@ -25,0 +26,6 @@ To allow Amazon Pinpoint to assume the IAM role and perform the actions allowed +JSON + + +**** + + @@ -57,22 +63,0 @@ After you run this command, you will see an output that's similar to the followi - { - "Role": { - "AssumeRolePolicyDocument": { - "Version": "2012-10-17", - "Statement": [ - { - "Action": "sts:AssumeRole", - "Effect": "Allow", - "Principal": { - "Service": "pinpoint.amazonaws.com" - } - } - ] - }, - "RoleId": "AIDACKCEVSQ6C2EXAMPLE", - "CreateDate": "2016-12-20T00:44:37.406Z", - "RoleName": "PinpointSegmentImport", - "Path": "/", - "Arn": "arn:aws:iam::111122223333:role/PinpointSegmentImport" - } - } -