datasync:DescribeStorageSystemResources is a List access-level action in the datasync service. Grants permission to describe resources identified by a discovery job
ARNs that datasync:DescribeStorageSystemResources can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants datasync:DescribeStorageSystemResources.
Filters access by the tag key-value pairs associated with the resource
A minimal policy that allows datasync:DescribeStorageSystemResources. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowDatasyncDescribeStorageSystemResources",
"Effect": "Allow",
"Action": "datasync:DescribeStorageSystemResources",
"Resource": "*"
}
]
}