---
title: "GET /table-bucket-replication#tableBucketARN"
method: GET
path: "/table-bucket-replication#tableBucketARN"
---

# GET /table-bucket-replication#tableBucketARN

`GET /table-bucket-replication#tableBucketARN`

Retrieves the replication configuration for a table bucket.This operation returns the IAM role, `versionToken`, and replication rules that define how tables in this bucket are replicated to other buckets.

Permissions

You must have the `s3tables:GetTableBucketReplication` permission to use this operation.

## Query parameters

- `tableBucketARN` string, required

## Response `200`

Success

- GetTableBucketReplicationResponse
  - `versionToken` string, required — A version token that represents the current state of the replication configuration. Use this token when updating the configuration to ensure consistency.
  - `configuration` object, required — The replication configuration for the table bucket, including the IAM role and replication rules.
    - `role` string, required — The Amazon Resource Name (ARN) of the IAM role that S3 Tables assumes to replicate tables on your behalf.
    - `rules` TableBucketReplicationRule[], required — An array of replication rules that define which tables to replicate and where to replicate them.
      - `destinations` ReplicationDestination[], required — An array of destination table buckets where tables should be replicated.
        - `destinationTableBucketARN` string, required — The Amazon Resource Name (ARN) of the destination table bucket where tables will be replicated.

## Other responses

- `480` — InternalServerErrorException
- `481` — ForbiddenException
- `482` — NotFoundException
- `483` — AccessDeniedException
- `484` — TooManyRequestsException
- `485` — ConflictException
- `486` — BadRequestException

---

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