| Product | Role Name | Role Types | Role Entity |
|---|---|---|---|
| Application Performance Management | APM_QCSLinkedRoleInPromInstance | Service-Related Roles | promInstance.apm.cloud.tencent.com |
| Application Performance Management | APM_QCSLinkedRoleInCKafkaInstance | Service-Related Roles | ckafka.apm.cloud.tencent.com |
Use Cases: The current role is the APM service linked role, which will access your Managed Service for Prometheus within the scope of the permissions of the associated policy.
Authorization Polices
{
"version": "2.0",
"statement": [
{
"effect": "allow",
"action": [
"monitor:DescribePrometheusInstances",
"monitor:DescribePrometheusInstancesOverview"
],
"resource": "*"
}
]
}
Use Cases: The current role is the APM service linked role, which will access your Managed Service for CKafka within the scope of the permissions of the associated policy.
Authorization Polices
{
"version": "2.0",
"statement": [
{
"effect": "allow",
"action": [
"ckafka:DescribeInstanceAttributes",
"ckafka:DescribeInstances",
"ckafka:DescribeTopicAttributes",
"ckafka:DescribeRoute",
"ckafka:CreateRoute",
"ckafka:DeleteRoute",
"ckafka:CreateToken",
"ckafka:AuthorizeToken"
],
"resource": "*"
}
]
}
Feedback