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: 02:58:29 on December 12, 2024
Current version: v5
Policy content
{
"Version": "1",
"Statement": [
{
"Action": [
"mq:*",
"rocketmq:*",
"mq-as:*"
],
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "ram:CreateServiceLinkedRole",
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringEquals": {
"ram:ServiceName": [
"ons.aliyuncs.com",
"migration.rmq.aliyuncs.com"
]
}
}
}
]
}