ssm-quicksetup:TagResource

Tagging

ssm-quicksetup:TagResource is a Tagging access-level action in the ssm-quicksetup service. Grants permission to Assign key-value pairs of metadata to AWS resources

Resource types

ARNs that ssm-quicksetup:TagResource can be scoped to in an IAM policy.

arn:${Partition}:ssm-quicksetup:${Region}:${Account}:configuration-manager/${ConfigurationManagerId}
configuration-manager

Condition keys

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

aws:ResourceTag/${TagKey} String

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

Example IAM policy

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

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

Related actions in ssm-quicksetup

View all ssm-quicksetup actions →