observabilityadmin:TagResource

Tagging

observabilityadmin:TagResource is a Tagging access-level action in the observabilityadmin service. Grants permission to add or update the specified tags for the specified resource

Resource types

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

arn:${Partition}:observabilityadmin:${Region}:${Account}:organization-centralization-rule/${CentralizationRuleName}
organization-centralization-rule
arn:${Partition}:observabilityadmin:${Region}:${Account}:organization-telemetry-rule/${TelemetryRuleName}
organization-telemetry-rule
arn:${Partition}:observabilityadmin:${Region}:${Account}:s3tableintegration/${S3TableIntegrationIdentifier}
s3tableintegration
arn:${Partition}:observabilityadmin:${Region}:${Account}:telemetry-pipeline/${TelemetryPipelineIdentifier}
telemetry-pipeline
arn:${Partition}:observabilityadmin:${Region}:${Account}:telemetry-rule/${TelemetryRuleName}
telemetry-rule

Condition keys

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

aws:ResourceTag/${TagKey} String

Filters access by the tags associated with the resource

Example IAM policy

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

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

Related actions in observabilityadmin

View all observabilityadmin actions →