tencent cloud

Cloud Access Management

Application Performance Management

PDF
포커스 모드
폰트 크기
마지막 업데이트 시간: 2026-04-07 09:22:28

Service roles and service-linked roles are predefined by Tencent Cloud services and, upon user authorization, the corresponding services can access and use resources by assuming these service-linked roles. This document provides detailed information on the use cases and associated authorization policies of these specific service-linked roles.

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

APM_QCSLinkedRoleInPromInstance

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

  • Policy Name: QcloudAccessForAPMLinkedRoleInPromInstance
  • Policy Information:
    {
      "version": "2.0",
      "statement": [
          {
              "effect": "allow",
              "action": [
                  "monitor:DescribePrometheusInstances",
                  "monitor:DescribePrometheusInstancesOverview"
              ],
              "resource": "*"
          }
      ]
    }
    

APM_QCSLinkedRoleInCKafkaInstance

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

  • Policy Name: QcloudAccessForAPMLinkedRolelnCKafkaInstance
  • Policy Information:
    {
      "version": "2.0",
      "statement": [
          {
              "effect": "allow",
              "action": [
                  "ckafka:DescribeInstanceAttributes",
                  "ckafka:DescribeInstances",
                  "ckafka:DescribeTopicAttributes",
                  "ckafka:DescribeRoute",
                  "ckafka:CreateRoute",
                  "ckafka:DeleteRoute",
                  "ckafka:CreateToken",
                  "ckafka:AuthorizeToken"
              ],
              "resource": "*"
          }
      ]
    }
    

도움말 및 지원

문제 해결에 도움이 되었나요?

피드백