s3files:CreateMountTarget

Write

s3files:CreateMountTarget is a Write access-level action in the s3files service. Grants permission to create a mount target for a file system

Resource types

ARNs that s3files:CreateMountTarget can be scoped to in an IAM policy.

arn:${Partition}:s3files:${Region}:${Account}:file-system/${FileSystemId}
file-system

Condition keys

Keys you can use in the Condition block of a policy that grants s3files:CreateMountTarget.

aws:ResourceTag/${TagKey} String

Filters access by the tags associated with the resource

Example IAM policy

A minimal policy that allows s3files:CreateMountTarget. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowS3filesCreateMountTarget",
      "Effect": "Allow",
      "Action": "s3files:CreateMountTarget",
      "Resource": "*"
    }
  ]
}

Related actions in s3files

View all s3files actions →