AliyunServiceRolePolicyForSLSCostManager

AliyunServiceRolePolicyForSLSCostManager 是专用于服务关联角色的授权策略,会在创建服务关联角色 AliyunServiceRoleForSLSCostManager 时自动授权,以允许服务关联角色代您访问其他云服务。本策略由对应的阿里云服务按需更新,请勿将本策略授权给服务关联角色之外的 RAM 身份使用。

策略详情

  • 类型:系统策略

  • 创建时间:2025-10-09 13:55:48

  • 更新时间:2025-10-09 13:55:48

  • 当前版本:v1

策略内容

{
    "Version": "1",
    "Statement": [
        {
            "Action": [
                "resourcemanager:GetAccount",
                "resourcemanager:ListAccountsForParent",
                "resourcemanager:ListAccounts",
                "resourcemanager:GetFolder",
                "resourcemanager:ListFoldersForParent",
                "resourcemanager:ListAncestors",
                "resourcemanager:GetResourceDirectory"
            ],
            "Resource": "*",
            "Effect": "Allow"
        },
        {
            "Action": [
                "bss:DescribeBillList",
                "bss:DescribeGaapBill",
                "bss:DescribePrice",
                "bssapi:QuerySettleBill",
                "bssapi:QuerySplitItemBill",
                "bssapi:QueryUserOmsData"
            ],
            "Resource": "*",
            "Effect": "Allow"
        },
        {
            "Action": [
                "log:PostLogStoreLogs",
                "log:ClearLogStoreStorage"
            ],
            "Resource": [
                "acs:log:*:*:project/bill-analysis-*/logstore/aliyun_bill",
                "acs:log:*:*:project/bill-analysis-*/logstore/aliyun_oms",
                "acs:log:*:*:project/bill-analysis-*/logstore/aliyun_meta"
            ],
            "Effect": "Allow"
        },
        {
            "Action": [
                "log:CreateJob",
                "log:DeleteJob",
                "log:GetJob",
                "log:ListJobs"
            ],
            "Resource": [
                "acs:log:*:*:project/bill-analysis-*"
            ],
            "Effect": "Allow"
        },
        {
            "Action": "ram:DeleteServiceLinkedRole",
            "Resource": "*",
            "Effect": "Allow",
            "Condition": {
                "StringEquals": {
                    "ram:ServiceName": "costmanager.log.aliyuncs.com"
                }
            }
        }
    ]
}

相关文档