All Products
Search
Document Center

Simple Log Service:RAM authorization

Last Updated:Dec 26, 2024
Resource Access Management (RAM) is a service provided by Alibaba Cloud to manage user identities and resource access permissions. You can use RAM to prevent RAM users from sharing the AccessKey pairs of your Alibaba Cloud account. You can also use RAM to grant minimum permissions to RAM users. RAM uses policies to define permissions.
This topic describes the elements, such as Action, Resource, and Condition, which are defined by SLS. You can use the elements to create policies in RAM. The code (RamCode) in RAM that is used to indicate SLS is [{"popCode":"Sls","ramCodes":["log"]}]. You can grant permissions on SLS at the RESOURCE.

General structure of a policy

Policies can be stored as JSON files. The following code provides an example on the general structure of a policy:
{
  "Version": "1",
  "Statement": [
    {
      "Effect": "<Effect>",
      "Action": "<Action>",
      "Resource": "<Resource>",
      "Condition": {
        "<Condition_operator>": {
          "<Condition_key>": [
            "<Condition_value>"
          ]
        }
      }
    }
  ]
}
The following list describes the fields in the policy:
  • Effect: specifies the authorization effect. Valid values: Allow, Deny.
  • Action: specifies one or more API operations that are allowed or denied. For more information, see the Action section of this topic.
  • Resource: specifies one or more resources to which the policy applies. You can use an Alibaba Cloud Resource Name (ARN) to specify a resource. For more information, see the Resource section of this topic.
  • Condition: specifies one or more conditions that are required for the policy to take effect. This is an optional field. For more information, see the Condition section of this topic.
    • Condition_operator: specifies the conditional operators. Different types of conditions support different conditional operators. For more information, see Policy elements.
    • Condition_key: specifies the condition keys.
    • Condition_value: specifies the condition values.

Action

SLS defines the values that you can use in the Action element of a policy statement. The following table describes the values.
  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • API operation: the API operation that you can call to perform the operation.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition key: the condition keys that are defined by the Alibaba Cloud service. The Condition key column does not list the common condition keys that are defined by Alibaba Cloud. For more information about the common condition keys, see Generic Condition Keyword.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
ActionsAPI operationAccess levelResource typeCondition keyAssociated operation
log:GetStoreViewGetStoreViewget
All Resources
*
NoneNone
log:EnableScheduledSQLEnableScheduledSQLnone
All Resources
*
NoneNone
log:CreateSavedSearchCreateSavedSearchcreate
Project
acs:log:{#regionId}:{#accountId}:project/{#ProjectName}/savedsearch/{#SavedSearchName}
log:TLSVersion
None
log:GetLogStoreGetLogStoreget
LogStore
acs:log:{#regionId}:{#accountId}:project/{#project}/logstore/{#logstore}
log:TLSVersion
None
log:UpdateLogtailPipelineConfigUpdateLogtailPipelineConfigupdate
All Resources
*
log:TLSVersion
None
log:DeleteIndexDeleteIndexdelete
LogStore
acs:log:{#regionId}:{#accountId}:project/{#project}/logstore/{#logstore}
log:TLSVersion
None
log:GetIndexGetIndexget
LogStore
acs:log:{#regionId}:{#accountId}:project/{#project}/logstore/{#logstore}
log:TLSVersion
None
log:DeleteProjectDeleteProjectdelete
Project
acs:log:{#regionId}:{#accountId}:project/{#project}
log:TLSVersion
None
log:ListMachinesListMachinesget
Project
acs:log:{#regionId}:{#accountId}:project/{#ProjectName}/machinegroup/{#MachineGroupName}
log:TLSVersion
None
log:GetDashboardGetDashboardget
Project
acs:log:{#regionId}:{#accountId}:project/{#ProjectName}/dashboard/{#DashboardName}
log:TLSVersion
None
log:GetMachineGroupGetMachineGroupget
Project
acs:log:{#regionId}:{#accountId}:project/{#ProjectName}/machinegroup/{#MachineGroupName}
log:TLSVersion
None
log:GetAppliedMachineGroupsGetAppliedMachineGroupsget
Project
acs:log:{#regionId}:{#accountId}:project/{#ProjectName}/logtailconfig/{#LogtailConfigName}
log:TLSVersion
None
log:CreateMachineGroupCreateMachineGroupcreate
Project
acs:log:{#regionId}:{#accountId}:project/{#ProjectName}/machinegroup/{#MachineGroupName}
log:TLSVersion
None
log:ListDashboardListDashboardlist
Project
acs:log:{#regionId}:{#accountId}:project/{#ProjectName}/dashboard/*
log:TLSVersion
None
log:CreateLoggingCreateLoggingcreate
Project
acs:log:{#regionId}:{#accountId}:project/{#ProjectName}/logging
log:TLSVersion
None
log:UpdateIndexUpdateIndexupdate
LogStore
acs:log:{#regionId}:{#accountId}:project/{#project}/logstore/{#logstore}
log:TLSVersion
None
log:GetCursorOrDataGetCursorTimeget
LogStore
acs:log:{#regionId}:{#accountId}:project/{#ProjectName}/logstore/{#LogstoreName}
log:TLSVersion
None
log:ListOSSIngestionsListOSSIngestionslist
All Resources
*
NoneNone
log:UpdateLogStoreMeteringModeUpdateLogStoreMeteringModeupdate
All Resources
*
log:TLSVersion
None
log:ListMachineGroupListMachineGroupget
Project
acs:log:{#regionId}:{#accountId}:project/{#ProjectName}/machinegroup/*
log:TLSVersion
None
log:DeleteSavedSearchDeleteSavedSearchdelete
Project
acs:log:{#regionId}:{#accountId}:project/{#ProjectName}/savedsearch/{#SavedSearchName}
log:TLSVersion
None
log:DeleteProjectPolicyDeleteProjectPolicydelete
All Resources
*
log:TLSVersion
None
log:DeleteDomainDeleteDomaindelete
Project
acs:log:{#regionId}:{#accountId}:project/{#ProjectName}/domain/{#DomainName}
log:TLSVersion
None
log:ChangeResourceGroupChangeResourceGroupupdate
Project
acs:log:{#regionId}:{#accountId}:project/{#ProjectName}
log:TLSVersion
None
log:GetConfigGetConfigget
Project
acs:log:{#regionId}:{#accountId}:project/{#ProjectName}/logtailconfig/{#LogtailConfigName}
log:TLSVersion
None
log:GetAlertGetAlertget
All Resources
*
NoneNone
log:TagResourcesTagResourcescreate
Project
acs:log:{#regionId}:{#accountId}:project/{#ProjectName}
log:TLSVersion
None
log:ListConfigListConfiglist
Project
acs:log:{#regionId}:{#accountId}:project/{#ProjectName}/logtailconfig/*
log:TLSVersion
None
log:ListSavedSearchListSavedSearchget
Project
acs:log:{#regionId}:{#accountId}:project/{#ProjectName}/savedsearch/*
log:TLSVersion
None
log:UpdateMachineGroupMachineUpdateMachineGroupMachineupdate
All Resources
*
log:TLSVersion
None
log:GetAppliedConfigsGetAppliedConfigsget
Project
acs:log:{#regionId}:{#accountId}:project/{#ProjectName}/machinegroup/{#MachineGroupName}
log:TLSVersion
None
log:ListConsumerGroupListConsumerGroupget
LogStore
acs:log:{#regionId}:{#accountId}:project/{#ProjectName}/logstore/{#LogstoreName}/consumergroup/*
log:TLSVersion
None
log:UntagResourcesUntagResourcesdelete
Project
acs:log:{#regionId}:{#accountId}:project/{#ProjectName}
log:TLSVersion
None
log:GetProjectPolicyGetProjectPolicyget
All Resources
*
log:TLSVersion
None
log:ConsumerGroupHeartBeatConsumerGroupHeartBeatnone
All Resources
*
log:TLSVersion
None
log:ListTagResourcesListTagResourcesget
Project
acs:log:{#regionId}:{#accountId}:project/{#ProjectName}
log:TLSVersion
None
log:CreateConsumerGroupCreateConsumerGroupcreate
LogStore
acs:log:{#regionId}:{#accountId}:project/{#ProjectName}/logstore/{#logstoreName}/consumergroup/{#ConsumerGroup}
log:TLSVersion
None
log:CreateProjectCreateProjectcreate
Project
acs:log:{#regionId}:{#accountId}:project/{#projectName}
log:TLSVersion
None
log:GetLogtailPipelineConfigGetLogtailPipelineConfigget
All Resources
*
log:TLSVersion
None
log:DeleteExternalStoreDeleteExternalStoredelete
Project
acs:log:{#regionId}:{#accountId}:project/{#ProjectName}/externalstore/{#ExternalStoreName}
log:TLSVersion
None
log:CreateLogStoreCreateLogStorecreate
LogStore
acs:log:{#regionId}:{#accountId}:project/{#project}/logstore/{#logstoreName}
log:TLSVersion
log:Encrypted
None
log:GetSavedSearchGetSavedSearchget
Project
acs:log:{#regionId}:{#accountId}:project/{#ProjectName}/savedsearch/{#SavedSearchName}
log:TLSVersion
None
log:UpdateMachineGroupUpdateMachineGroupupdate
Project
acs:log:{#regionId}:{#accountId}:project/{#ProjectName}/machinegroup/{#MachineGroupName}
log:TLSVersion
None
log:CreateStoreViewCreateStoreViewcreate
All Resources
*
NoneNone
log:UpdateSavedSearchUpdateSavedSearchupdate
Project
acs:log:{#regionId}:{#accountId}:project/{#ProjectName}/savedsearch/{#SavedSearchName}
log:TLSVersion
None
log:ListStoreViewsListStoreViewslist
All Resources
*
NoneNone
log:ListShardsListShardsget
LogStore
acs:log:{#regionId}:{#accountId}:project/{#ProjectName}/logstore/{#LogstoreName}
log:TLSVersion
None
log:UpdateLogStoreUpdateLogStoreupdate
LogStore
acs:log:{#regionId}:{#accountId}:project/{#project}/logstore/{#logstore}
log:TLSVersion
log:Encrypted
None
log:UpdateProjectUpdateProjectupdate
Project
acs:log:{#regionId}:{#accountId}:project/{#ProjectName}
log:TLSVersion
None
log:ListDomainsListDomainsget
Project
acs:log:{#regionId}:{#accountId}:project/{#ProjectName}/domain/*
log:TLSVersion
None
log:ListProjectListProjectget
Project
acs:log:{#regionId}:{#accountId}:project/*
log:TLSVersion
None
log:PutProjectPolicyPutProjectPolicycreate
All Resources
*
log:TLSVersion
None
log:GetStoreViewIndexGetStoreViewIndexget
All Resources
*
NoneNone
log:CreateIndexCreateIndexcreate
LogStore
acs:log:{#regionId}:{#accountId}:project/{#project}/logstore/{#logstore}
log:TLSVersion
None
log:CreateConfigCreateConfigcreate
Project
acs:log:{#regionId}:{#accountId}:project/{#ProjectName}/logtailconfig/{#LogtailConfigName}
log:TLSVersion
None
log:CreateDomainCreateDomaincreate
Project
acs:log:{#regionId}:{#accountId}:project/{#ProjectName}/domain/{#DomainName}
log:TLSVersion
None
log:ConsumerGroupUpdateCheckPointConsumerGroupUpdateCheckPointupdate
All Resources
*
log:TLSVersion
None
log:DeleteStoreViewDeleteStoreViewdelete
All Resources
*
NoneNone
log:GetLogStoreMeteringModeGetLogStoreMeteringModeget
All Resources
*
NoneNone
log:ListScheduledSQLsListScheduledSQLsnone
All Resources
*
NoneNone
log:CreateDashboardCreateDashboardcreate
All Resources
*
log:TLSVersion
None
log:UpdateConsumerGroupUpdateConsumerGroupupdate
LogStore
acs:log:{#regionId}:{#accountId}:project/{#ProjectName}/logstore/{#logstoreName}/consumergroup/{#ConsumerGroup}
log:TLSVersion
None
log:ListLogStoresListLogStoresget
LogStore
acs:log:{#regionId}:{#accountId}:project/{#project}/logstore/*
log:TLSVersion
None
log:UpdateConfigUpdateConfigupdate
Project
acs:log:{#regionId}:{#accountId}:project/{#ProjectName}/logtailconfig/{#LogtailConfigName}
log:TLSVersion
None
log:SplitShardSplitShardupdate
LogStore
acs:log:{#regionId}:{#accountId}:project/{#ProjectName}/logstore/{#LogstoreName}
log:TLSVersion
None
log:GetExternalStoreGetExternalStoreget
Project
acs:log:{#regionId}:{#accountId}:project/{#ProjectName}/externalstore/{#ExternalStoreName}
log:TLSVersion
None
log:DeleteConsumerGroupDeleteConsumerGroupdelete
LogStore
acs:log:{#regionId}:{#accountId}:project/{#ProjectName}/logstore/{#logstoreName}/consumergroup/{#ConsumerGroup}
log:TLSVersion
None
log:GetLoggingGetLoggingget
Project
acs:log:{#regionId}:{#accountId}:project/{#ProjectName}/logging
log:TLSVersion
None
log:UpdateStoreViewUpdateStoreViewupdate
All Resources
*
NoneNone
log:CreateSqlInstanceCreateSqlInstancecreate
Project
acs:log:{#regionId}:{#accountId}:project/{#ProjectName}
NoneNone
log:DeleteMachineGroupDeleteMachineGroupdelete
Project
acs:log:{#regionId}:{#accountId}:project/{#ProjectName}/machinegroup/{#MachineGroupName}
log:TLSVersion
None
log:DeleteDashboardDeleteDashboarddelete
All Resources
*
log:TLSVersion
None
log:DeleteLogStoreDeleteLogStoredelete
LogStore
acs:log:{#regionId}:{#accountId}:project/{#project}/logstore/{#logstore}
log:TLSVersion
None
log:UpdateDashboardUpdateDashboardupdate
All Resources
*
log:TLSVersion
None
log:GetCursorOrDataGetCursorget
LogStore
acs:log:{#regionId}:{#accountId}:project/{#ProjectName}/logstore/{#LogstoreName}
log:TLSVersion
None
log:GetProjectGetProjectget
Project
acs:log:{#regionId}:{#accountId}:project/{#ProjectName}
log:TLSVersion
None

Resource

SLS defines the values that you can use in the Resource. You can attach the policy to a RAM user or a RAM role so that the RAM user or the RAM role can perform a specific operation on a specific resource. The ARN is the unique identifier of the resource on Alibaba Cloud. Take note of the following items:
  • {#}indicates a variable. {#} must be replaced with an actual value. For example, {#ramcode} must be replaced with the actual code of an Alibaba Cloud service in RAM.
  • An asterisk (*) is used as a wildcard. Examples:
    • {#resourceType} is set to *, all resources are specified.
    • {#regionId} is set to *, all regions are specified.
    • {#accountId} is set to *, all Alibaba Cloud accounts are specified.
Resource typeARN
LogStoreacs:log:{#regionId}:{#accountId}:project/{#ProjectName}/logstore/{#LogstoreName}
Dashboardacs:log::{#accountId}:project/{#projectName}/dashboard/{#dashboardId}
Projectacs:log:{#regionId}:{#accountId}:project/{#ProjectName}/logging
LogStoreacs:log:{#regionId}:{#accountId}:project/{#project}/logstore/{#logstore}
Projectacs:log:{#regionId}:{#accountId}:project/{#ProjectName}
MetricStoreacs:log:{#regionId}:{#accountId}:project/{#project}/metricstore/{#metricstore}
Projectacs:log:{#regionId}:{#accountId}:project/{#ProjectName}/machinegroup/{#MachineGroupName}
Projectacs:log:{#regionId}:{#accountId}:project/{#ProjectName}/logtailconfig/{#LogtailConfigName}
UnifiedObservabilityModelacs:log:{#regionId}:{#accountId}:UnifiedObservabilityModel/{#instanceId}
IngestProcessoracs:log:{#regionId}:{#accountId}:project/{#project}/ingestprocessor/{#processorName}
Projectacs:log:{#regionId}:{#accountId}:project/{#ProjectName}/savedsearch/{#SavedSearchName}
Regionacs:log:{#regionId}:{#accountId}:*
IngestProcessoracs:log:{#regionId}:{#accountId}:project/{#project}/ingestprocessor/*
Projectacs:log:{#regionId}:{#accountId}:project/{#ProjectName}/dashboard/{#DashboardName}
Projectacs:log:{#regionId}:{#accountId}:project/{#project}
Serviceacs:log::{#AccountId}:service
Ticketacs:log::{#accountId}:ticket/*
Project acs:log:{#regionId}:{#accountId}:project/{#ProjectName}/logtailconfig/{#LogtailConfigName}
ExternalStoreacs:log:{#regionId}:{#accountId}:externalstore/{#ProjectName}/{#ExternalStoreName}
Projectacs:log:{#regionId}:{#accountId}:project/{#ProjectName}/dashboard/*
LogStoreacs:log:{#regionId}:{#accountId}:project/{#ProjectName}/logstore/{l#ogstoreName}/consumergroup/{#ConsumerGroup}
ConsumeProcessoracs:log:{#regionId}:{#accountId}:project/{#project}/consumeprocessor/*
Alertacs:log:{#regionId}:{#accountId}:project/{#project}/alert/*
CollectionPolicyacs:log::{#accountId}:collectionpolicy/{#policyName}
LogStoreacs:log:{#Region}:{#AccountId}:project/{#ProjectName}/logstore/{#LogstoreName}
MetricStoreacs:log:{#regionId}:{#accountId}:project/{#project}/metricstore/{#name}
Projectacs:log:{#regionId}:{#accountId}:project/{#ProjectName}/machinegroup/*
Projectacs:log:{#Region}:{#AccountId}:project/{#ProjectName}
Projectacs:log:{#regionId}:{#accountId}:project/{#ProjectName}/domain/{#DomainName}
Projectacs:log:{#regionId}:{#accountId}:project/{#ProjectName}/externalstore/{#ExternalStoreName}
Projectacs:log:{#regionId}:{#accountId}:project/{#ProjectName}/logtailconfig/*
Projectacs:log:{#regionId}:{#accountId}:project/{#ProjectName}/savedsearch/*
AgentInstanceConfigacs:log:{#regionId}:{#accountId}:agentinstanceconfig/{#configName}
Projectacs:log:{#regionId}:{#accountId}:project/{#ProjectName}/machinegroup/{MachineGroup}
LogStoreacs:log:{#regionId}:{#accountId}:project/{#ProjectName}/logstore/{#LogstoreName}/consumergroup/*
Projectacs:log:{#regionId}:{#accountId}:project/{#ProjectName}/dashboard/{DashboardName}
LogStoreacs:log:*:{#accountId}:project/{#ProjectName}/logstore/{#LogstoreName}
LogStoreacs:log:${regionId}:${accountId}:project/{#ProjectName}/logstore/{#LogstoreName}/consumergroup/{#ConsumerGroupName}
LogStoreacs:log:{#regionId}:{#accountId}:project/{#ProjectName}/logstore/{#logstoreName}/consumergroup/{#ConsumerGroup}
ProcessConfigacs:log:{#regionId}:{#accountId}:processconfig/*
CollectionPolicyacs:log::{#accountId}:collectionpolicy/*
LogStoreacs:log:{#regionId}:{#accountId}:project/{#project}/logstore/{#logstoreName}
Projectacs:log:{#regionId}:{#accountId}:project/{#ProjectName}/domain/*
Projectacs:log:{#regionId}:{#accountId}:project/*
Dashboardacs:log::{#accountId}:project/*
ConsumeProcessoracs:log:{#regionId}:{#accountId}:project/{#project}/consumeprocessor/{#processorName}
Project acs:log:{#regionId}:{#accountId}:project/{#ProjectName}/dashboard/{#DashboardName}
LogStoreacs:log:{#regionId}:{#accountId}:project/{#project}/logstore/*
AgentInstanceConfigacs:log:{#regionId}:{#accountId}:agentinstanceconfig/*
UnifiedObservabilityModelacs:log:{#regionId}:{#accountId}:UnifiedObservabilityModel/*
LogStoreacs:log:*:{#accountId}:project/{ProjectName}/logstore/{#LogstoreName}
MetricStoreacs:log:{#regionId}:{#accountId}:project/{#project}/metricstore/*
Projectacs:log:{#regionId}:{#accountId}:project/{#ProjectName}//dashboard/{#DashboardName}

Condition

SLS defines the values that you can use in the Condition element of a policy statement. The following table describes the values. The following table describes the service-specific condition keys. The common condition keys that are defined by Alibaba Cloud also apply to SLS. For more information about the common condition keys, see Generic Condition Keyword.
The data type determines the conditional operators that you can use to compare the value in a request with the value in a policy statement. You must use conditional operators that are supported by the data type. Otherwise, you cannot compare the value in the request with the value in the policy statement. In this case, the authorization is invalid. For more information about the conditional operators that are supported by each data type, see Policy elements.
Condition keyDescriptionData type
log:TLSVersionVersion of TLSString
log:EncryptedWhether to specify encryption configuration when creating or modifying a LogstoreBoolean

What to do next

You can create a custom policy and attach the policy to a RAM user, RAM user group, or RAM role. For more information, see the following topics: