You can specify the AWS IAM user using the AWS key instead of Service as the Principal for the role policy document, including AssumeRolePolicyDocument:
"Principal": { "AWS": "arn:aws:iam::AWS-account-ID:user/user-name" }
For more information, see Principal Specification in IAM Policy Elements.
source share