tencent cloud

TencentDB for PostgreSQL
Last updated:2026-02-16 09:46:13
TencentDB for PostgreSQL
Last updated: 2026-02-16 09:46:13

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
TencentDB For PostgreSQL PostgreSQL_QCSLinkedRoleInDBLog Service-Related Roles DBLog.PostgreSQL.cloud.tencent.com
TencentDB For PostgreSQL Postgres_QCSLinkedRoleInPostgresKms Service-Related Roles postgreskms.postgres.cloud.tencent.com

PostgreSQL_QCSLinkedRoleInDBLog

Use Cases: The current role is the PostgreSQL service linked role, which will access your other service resources within the scope of the permissions of the associated policy.
Authorization Polices

  • Policy Name: QcloudAccessForPostgreSQLLinkedRoleInDBLog
  • Policy Information:
    {
      "version": "2.0",
      "statement": [
          {
              "effect": "allow",
              "action": [
                  "cls:ModifyKafkaRecharge",
                  "cls:DescribeKafkaRecharges",
                  "cls:DeleteKafkaRecharge",
                  "cls:CreateKafkaRecharge",
                  "cls:DeleteCloudProductLogTask",
                  "cls:ModifyCloudProductLogTask"
              ],
              "resource": "*"
          }
      ]
    }

Postgres_QCSLinkedRoleInPostgresKms

Use Cases: The current role is the PostgreSQL service linked role, which will access your other service resources within the scope of the permissions of the associated policy.
Authorization Polices

  • Policy Name: QcloudAccessForPostgresLinkedRoleInPostgresKms
  • Policy Information:
    {
      "version": "2.0",
      "statement": [
          {
              "action": [
                  "kms:Decrypt",
                  "kms:GetServiceStatus",
                  "kms:ListKeyDetail",
                  "kms:CreateKey",
                  "kms:GenerateDataKey",
                  "kms:BindCloudResource",
                  "kms:UnbindCloudResource"
              ],
              "resource": "*",
              "effect": "allow"
          }
      ]
    }
Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback