s3files:GetAccessPoint

Read

s3files:GetAccessPoint is a Read access-level action in the s3files service. Grants permission to get resource information for a specified access point

Resource types

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

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

Condition keys

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

aws:ResourceTag/${TagKey} String

Filters access by the tags associated with the resource

Example IAM policy

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

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

Related actions in s3files

View all s3files actions →