dms:AddTagsToResource is a Tagging access-level action in the dms service. Grants permission to add metadata tags to DMS resources, including replication instances, endpoints, security groups, and migration tasks
ARNs that dms:AddTagsToResource can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants dms:AddTagsToResource.
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:AddTagsToResource. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowDmsAddTagsToResource",
"Effect": "Allow",
"Action": "dms:AddTagsToResource",
"Resource": "*"
}
]
}