AliyunAMQPFullAccess is a service system policy that is managed by Alibaba Cloud. You can attach the AliyunAMQPFullAccess policy to a Resource Access Management (RAM) identity, such as a RAM user, RAM user group, and RAM role. The AliyunAMQPFullAccess policy: Provides full access to Message Queue For RabbitMQ via Management Console.
Policy details
Type: service system policy
Creation time: 07:00:44 on January 30, 2019
Update time: 02:45:32 on December 23, 2024
Current version: v4
Policy content
{
"Version": "1",
"Statement": [
{
"Action": "amqp:*",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "ram:CreateServiceLinkedRole",
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringEquals": {
"ram:ServiceName": [
"logdelivery.amqp.aliyuncs.com",
"monitoring.amqp.aliyuncs.com",
"network.amqp.aliyuncs.com",
"encrypt.amqp.aliyuncs.com"
]
}
}
}
]
}