S3Tables / Client / list_table_buckets
list_table_buckets#
- S3Tables.Client.list_table_buckets(**kwargs)#
- Lists table buckets for your account. - See also: AWS API Documentation - Request Syntax- response = client.list_table_buckets( prefix='string', continuationToken='string', maxBuckets=123 ) - Parameters:
- prefix (string) – The prefix of the table buckets. 
- continuationToken (string) – - ContinuationTokenindicates to Amazon S3 that the list is being continued on this bucket with a token.- ContinuationTokenis obfuscated and is not a real key. You can use this- ContinuationTokenfor pagination of the list results.
- maxBuckets (integer) – The maximum number of table buckets to return in the list. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'tableBuckets': [ { 'arn': 'string', 'name': 'string', 'ownerAccountId': 'string', 'createdAt': datetime(2015, 1, 1) }, ], 'continuationToken': 'string' } - Response Structure- (dict) – - tableBuckets (list) – - A list of table buckets. - (dict) – - Contains details about a table bucket. - arn (string) – - The Amazon Resource Number (ARN) of the table bucket. 
- name (string) – - The name of the table bucket. 
- ownerAccountId (string) – - The ID of the account that owns the table bucket. 
- createdAt (datetime) – - The date and time the table bucket was created at. 
 
 
- continuationToken (string) – - You can use this - ContinuationTokenfor pagination of the list results.
 
 
 - Exceptions- S3Tables.Client.exceptions.InternalServerErrorException
- S3Tables.Client.exceptions.ForbiddenException
- S3Tables.Client.exceptions.NotFoundException
- S3Tables.Client.exceptions.AccessDeniedException
- S3Tables.Client.exceptions.TooManyRequestsException
- S3Tables.Client.exceptions.ConflictException
- S3Tables.Client.exceptions.BadRequestException