---
title: "POST /GetS3TableIntegration"
method: POST
path: "/GetS3TableIntegration"
---

# POST /GetS3TableIntegration

`POST /GetS3TableIntegration`

Retrieves information about a specific S3 Table integration, including its configuration, status, and metadata.

## Request body

- object
  - `Arn` string, required — The Amazon Resource Name (ARN) of the S3 Table integration to retrieve.

## Response `200`

Success

- GetS3TableIntegrationOutput
  - `Arn` string — The Amazon Resource Name (ARN) of the S3 Table integration.
  - `RoleArn` string — The Amazon Resource Name (ARN) of the IAM role used by the S3 Table integration.
  - `Status` 'ACTIVE' | 'DELETING' — The current status of the S3 Table integration.
  - `Encryption` object — The encryption configuration for the S3 Table integration.
    - `SseAlgorithm` 'aws:kms' | 'AES256', required — The server-side encryption algorithm used for encrypting data in the S3 Table integration.
    - `KmsKeyArn` string — The Amazon Resource Name (ARN) of the KMS key used for encryption when using customer-managed keys.
  - `DestinationTableBucketArn` string — The Amazon Resource Name (ARN) of the S3 bucket used as the destination for the table data.
  - `CreatedTimeStamp` integer — The timestamp when the S3 Table integration was created.

## Other responses

- `480` — ResourceNotFoundException
- `481` — AccessDeniedException
- `482` — InternalServerException
- `483` — ValidationException
- `484` — TooManyRequestsException

---

[API](https://skmtc.net/aws/apis/observabilityadmin.md) · [All operations](https://skmtc.net/aws/apis/observabilityadmin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/observabilityadmin/versions/542311537307/schema)
