dms:ListTagsForResource is a Read access-level action in the dms service. Grants permission to list all tags for an AWS DMS resource
ARNs that dms:ListTagsForResource can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants dms:ListTagsForResource.
Filters access by the presence of tag key-value pairs attached to the resource
Filters access by the presence of tag key-value pairs in the request for AssessmentRun
Filters access by the presence of tag key-value pairs in the request for Certificate
Filters access by the presence of tag key-value pairs in the request for DataMigration
Filters access by the presence of tag key-value pairs in the request for DataProvider
Filters access by the presence of tag key-value pairs in the request for Endpoint
Filters access by the presence of tag key-value pairs in the request for EventSubscription
Filters access by the presence of tag key-value pairs in the request for IndividualAssessment
Filters access by the presence of tag key-value pairs in the request for InstanceProfile
Filters access by the presence of tag key-value pairs in the request for MigrationProject
Filters access by the presence of tag key-value pairs in the request for ReplicationInstance
Filters access by the presence of tag key-value pairs in the request for ReplicationConfig
Filters access by the presence of tag key-value pairs in the request for ReplicationSubnetGroup
Filters access by the presence of tag key-value pairs in the request for ReplicationTask
A minimal policy that allows dms:ListTagsForResource. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowDmsListTagsForResource",
"Effect": "Allow",
"Action": "dms:ListTagsForResource",
"Resource": "*"
}
]
}