Actions, Resources, and Condition Keys for DataSync
DataSync (service prefix:
datasync
) provides the following service-specific resources, actions, and condition context
keys for use in IAM permission policies.
References:
-
Learn how to configure this service .
-
View a list of the API operations available for this service .
-
Learn how to secure this service and its resources by using IAM permission policies.
Actions Defined by DataSync
You can specify the following actions in the
Action
element of an IAM policy statement. Use policies to grant permissions to perform
an operation in AWS. When you use an action in a policy, you usually allow or
deny access to the API operation or CLI command with the same name. However,
in some cases, a single action controls access to more than one operation. Alternatively,
some operations require several different actions.
The
Resource Types
column indicates whether each action supports resource-level permissions. If
there is no value for this column, you must specify all resources ("*") in the
Resource
element of your policy statement. If the column includes a resource type, then
you can specify an ARN of that type in a statement with that action. Required
resources are indicated in the table with an asterisk (*). If you specify a resource-level
permission ARN in a statement using this action, then it must be of this type.
Some actions support multiple resource types. If the resource type is optional (not
indicated as required), then you can choose to use one but not the other.
For details about the columns in the following table, see The Actions Table .
Actions | Description | Access Level | Resource Types (*required) | Condition Keys | Dependent Actions |
---|---|---|---|---|---|
CancelTaskExecution | Cancels execution of a sync task. | Write | |||
CreateAgent | Activates an agent that you have deployed on your host. | Write | |||
CreateLocationEfs | Creates an endpoint for an Amazon EFS file system. | Write | |||
CreateLocationFsxWindows | Creates an endpoint for an Amazon FSx Windows File Server file system. | Write | |||
CreateLocationNfs | Creates an endpoint for a NFS file system. | Write | |||
CreateLocationS3 | Creates an endpoint for an Amazon S3 bucket. | Write | |||
CreateLocationSmb | Creates an endpoint for an SMB file system. | Write | |||
CreateTask | Creates a sync task. | Write | |||
DeleteAgent | Deletes an agent. | Write | |||
DeleteLocation | Deletes the configuration of a location used by AWS DataSync. | Write | |||
DeleteTask | Deletes a sync task. | Write | |||
DescribeAgent | Returns metadata such as name, network interfaces, and the status (that is, whether the agent is running or not) about a sync agent. | Read | |||
DescribeLocationEfs | Returns metadata, such as the path information about an Amazon EFS sync location. | Read | |||
DescribeLocationFsxWindows | Returns metadata, such as the path information about an Amazon FSx Windows sync location. | Read | |||
DescribeLocationNfs | Returns metadata, such as the path information, about a NFS sync location. | Read | |||
DescribeLocationS3 | Returns metadata, such as bucket name, about an Amazon S3 bucket sync location. | Read | |||
DescribeLocationSmb | Returns metadata, such as the path information, about an SMB sync location. | Read | |||
DescribeTask | Returns metadata about a sync task. | Read | |||
DescribeTaskExecution | Returns detailed metadata about a sync task that is being executed. | Read | |||
ListAgents | Returns a list of agents owned by an AWS account in a region specified in the request. | List | |||
ListLocations | Returns a lists of source and destination sync locations. | List | |||
ListTagsForResource | This operation lists the tags that have been added to the specified resource. | Read | |||
ListTaskExecutions | Returns a list of executed sync tasks. | List | |||
ListTasks | Returns a list of all the sync tasks. | List | |||
StartTaskExecution | Starts a specific invocation of a sync task. | Write | |||
TagResource | Applies a key-value pair to an AWS resource. | Write | |||
UntagResource | This operation removes one or more tags from the specified resource. | Tagging | |||
UpdateAgent | Updates the name of an agent. | Write | |||
UpdateTask | Updates the metadata associated with a sync task. | Write |
Resource Types Defined by DataSync
The following resource types are defined by this service and can be used in the
Resource
element of IAM permission policy statements. Each action in the
Actions table
identifies the resource types that can be specified with that action. A resource
type can also define which condition keys you can include in a policy. These
keys are displayed in the last column of the table. For details about the columns
in the following table, see
The Resource Types Table
.
Resource Types | ARN | Condition Keys |
---|---|---|
agent |
arn:$
{
Partition}:datasync:$
{
Region}:$
{
AccountId}:agent/$
{
AgentId}
|
|
location |
arn:$
{
Partition}:datasync:$
{
Region}:$
{
AccountId}:location/$
{
LocationId}
|
|
task |
arn:$
{
Partition}:datasync:$
{
Region}:$
{
AccountId}:task/$
{
TaskId}
|
|
taskexecution |
arn:$
{
Partition}:datasync:$
{
Region}:$
{
AccountId}:task/$
{
TaskId}/execution/$
{
ExecutionId}
|
Condition Keys for DataSync
DataSync defines the following condition keys that can be used in the
Condition
element of an IAM policy. You can use these keys to further refine the conditions
under which the policy statement applies. For details about the columns in the
following table, see
The Condition Keys Table
.
To view the global condition keys that are available to all services, see Available Global Condition Keys in the IAM Policy Reference .