aws.amplifybackend.list_s3_buckets
Example SQL Queries
SELECT * FROMaws.amplifybackend.list_s3_buckets;Description
The list of S3 buckets in your account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| next_token Input Column Reserved for future use. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| buckets The list of S3 buckets. | STRUCT( |
Show child fields
| |