observabilityadmin:GetS3TableIntegration

Read

observabilityadmin:GetS3TableIntegration is a Read access-level action in the observabilityadmin service. Grants permission to retrieve the specified s3 table integration for the account

Resource types

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

arn:${Partition}:observabilityadmin:${Region}:${Account}:s3tableintegration/${S3TableIntegrationIdentifier}
s3tableintegration

Condition keys

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

aws:ResourceTag/${TagKey} String

Filters access by the tags associated with the resource

Example IAM policy

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

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

Related actions in observabilityadmin

View all observabilityadmin actions →