| Product | Role Name | Role Types | Role Entity |
|---|---|---|---|
| RabbitMQ Serverless | RabbitMQ_QCSLinkedRoleInCLBTrigger | Service-Related Roles | trabbit.cloud.tencent.com |
Use Cases: The current role is related to the RabbitMQ service in the message queue, which will access other cloud service resources within the scope of the associated policy permissions.
Authorization Polices
{
"version": "2.0",
"statement": [
{
"effect": "allow",
"action": [
"clb:DescribeTargets",
"clb:DescribeTaskStatus",
"clb:BatchDeregisterTargets",
"clb:ModifyListener",
"clb:DeregisterTargets",
"clb:RegisterTargets",
"clb:BatchRegisterTargets",
"clb:DeleteListener",
"clb:DescribeListeners",
"clb:CreateListener",
"clb:ModifyLBOperateProtect",
"clb:ModifyLoadBalancerAttributes",
"clb:DescribeLoadBalancers",
"clb:CreateLoadBalancer",
"clb:DeleteLoadBalancer"
],
"resource": "*"
},
{
"effect": "allow",
"action": "finance:trade",
"resource": "qcs::clb:::*"
}
]
}
Feedback