Skip to main content

buckets

Retrieves a list of buckets in a region

Overview

Namebuckets
TypeResource
Descriptionbuckets
Idawscc.s3outposts.buckets

Fields

NameDatatypeDescription
arnstringThe Amazon Resource Name (ARN) of the specified bucket.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn
FROM awscc.s3outposts.buckets
WHERE region = 'us-east-1'

Permissions

To operate on the buckets resource, the following permissions are required:

Create

s3-outposts:CreateBucket,
s3-outposts:PutBucketTagging,
s3-outposts:PutLifecycleConfiguration

List

s3-outposts:ListRegionalBuckets