buckets
Retrieves a list of buckets
in a region
Overview
Name | buckets |
Type | Resource |
Description | buckets |
Id | awscc.s3outposts.buckets |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the specified bucket. |
region | string | AWS 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