AWS rekognition documentation change
Summary
Removed a JSON IAM role trust policy example for Rekognition service access.
Security assessment
The deletion of a role trust policy example does not demonstrate a security-related change. No explicit security context provided.
Diff
diff --git a/rekognition/latest/dg/video-troubleshooting.md b/rekognition/latest/dg/video-troubleshooting.md index e6258550e..98daea050 100644 --- a//rekognition/latest/dg/video-troubleshooting.md +++ b//rekognition/latest/dg/video-troubleshooting.md @@ -29,29 +28,0 @@ If you don't receive the message in your application, consider the following: -JSON - - -**** - - - { - "Version": "2012-10-17", - "Statement": [ - { - "Effect": "Allow", - "Principal": { - "Service": "rekognition.amazonaws.com", - "arn:aws:iam::account-id:user/user-name" - }, - "Action": "sts:AssumeRole", - "Condition": { - "StringEquals": { - "aws:SourceAccount": "Account ID" - }, - "ArnLike": { - "aws:SourceArn": "arn:aws:rekognition:region:111122223333:streamprocessor/*" - } - } - } - ] - } - -