AliyunMQFullAccess is a service system policy that is managed by Alibaba Cloud. You can attach the AliyunMQFullAccess policy to a Resource Access Management (RAM) identity, such as a RAM user, RAM user group, and RAM role. The AliyunMQFullAccess policy: Provides full access to MessageQueue for Apache RocketMQ via Management Console.
Policy details
Type: service system policy
Creation time: 09:00:09 on August 11, 2017
Update time: 08:27:30 on March 14, 2023
Current version: v4
Policy content
{
"Version": "1",
"Statement": [
{
"Action": [
"mq:*",
"rocketmq:*"
],
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "ram:CreateServiceLinkedRole",
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringEquals": {
"ram:ServiceName": [
"ons.aliyuncs.com",
"migration.rmq.aliyuncs.com"
]
}
}
}
]
}