route53profiles:TagResource

Tagging

route53profiles:TagResource is a Tagging access-level action in the route53profiles service. Grants permission to add a tag to the given resource

Resource types

ARNs that route53profiles:TagResource can be scoped to in an IAM policy.

arn:${Partition}:route53profiles:${Region}:${Account}:profile/${ResourceId}
profile
arn:${Partition}:route53profiles:${Region}:${Account}:profile-association/${ResourceId}
profile-association

Condition keys

Keys you can use in the Condition block of a policy that grants route53profiles:TagResource.

aws:ResourceTag/${TagKey} String

Filters access by the presence of tag key-value pairs attached to the resource

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowRoute53profilesTagResource",
      "Effect": "Allow",
      "Action": "route53profiles:TagResource",
      "Resource": "*"
    }
  ]
}

Related actions in route53profiles

View all route53profiles actions →