glue:PutDataQualityStatisticAnnotation

Write

glue:PutDataQualityStatisticAnnotation is a Write access-level action in the glue service. Grants permission to annotate datapoints over time for a specific data quality statistic

Resource types

ARNs that glue:PutDataQualityStatisticAnnotation can be scoped to in an IAM policy.

arn:${Partition}:glue:${Region}:${Account}:dataQualityRuleset/${RulesetName}
dataQualityRuleset
arn:${Partition}:glue:${Region}:${Account}:job/${JobName}
job

Condition keys

Keys you can use in the Condition block of a policy that grants glue:PutDataQualityStatisticAnnotation.

aws:ResourceTag/${TagKey} String

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

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowGluePutDataQualityStatisticAnnotation",
      "Effect": "Allow",
      "Action": "glue:PutDataQualityStatisticAnnotation",
      "Resource": "*"
    }
  ]
}

Related actions in glue

View all glue actions →