AliyunKafkaFullAccess
更新時間:
Copy as MD
AliyunKafkaFullAccess is a service system policy that is managed by Alibaba Cloud. You can attach the AliyunKafkaFullAccess policy to a Resource Access Management (RAM) identity, such as a RAM user, RAM user group, and RAM role. The AliyunKafkaFullAccess policy: Provides full access to Kafka via Management Console.
Policy details
Type: service system policy
Creation time: 09:58:45 on April 03, 2018
Update time: 14:02:36 on June 16, 2026
Current version: v6
Policy content
{
"Version": "1",
"Statement": [
{
"Action": "alikafka:*",
"Resource": "*",
"Effect": "Allow"
},
{
"Effect": "Allow",
"Action": "alikafkakopilot:*",
"Resource": "*"
},
{
"Action": [
"ram:CreateRole",
"ram:AttachPolicyToRole",
"ram:GetRole"
],
"Resource": "acs:ram:*:*:role/*",
"Effect": "Allow",
"Condition": {
"ForAllValues:StringEquals": {
"ram:TrustedPrincipalTypes": "Service",
"ram:ServiceNames": [
"alikafka.aliyuncs.com"
]
}
}
},
{
"Effect": "Allow",
"Action": "ram:AttachPolicyToRole",
"Resource": "acs:ram:*:*:policy/*"
},
{
"Action": "ram:CreateServiceLinkedRole",
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringEquals": {
"ram:ServiceName": [
"connector.alikafka.aliyuncs.com",
"instanceencryption.alikafka.aliyuncs.com",
"alikafka.aliyuncs.com",
"etl.alikafka.aliyuncs.com"
]
}
}
}
]
}References
该文章对您有帮助吗?