aws.lightsail.get_bucket_bundles
Example SQL Queries
SELECT * FROMaws.lightsail.get_bucket_bundles;Description
Returns the bundles that you can apply to a Amazon Lightsail bucket.
The bucket bundle specifies the monthly cost, storage quota, and data transfer quota for a bucket.
Use the UpdateBucketBundle action to update the bundle for a bucket.
Table Definition
| Column Name | Column Data Type |
|---|---|
| include_inactive Input Column A Boolean value that indicates whether to include inactive (unavailable) bundles in the response of your request. | BOOLEAN |
| _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 |
| bundles An object that describes bucket bundles. | STRUCT( |
Show child fields
| |