dms:RemoveTagsFromResource is a Tagging access-level action in the dms service. Grants permission to remove metadata tags from a DMS resource
ARNs that dms:RemoveTagsFromResource can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants dms:RemoveTagsFromResource.
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:RemoveTagsFromResource. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowDmsRemoveTagsFromResource",
"Effect": "Allow",
"Action": "dms:RemoveTagsFromResource",
"Resource": "*"
}
]
}