bucket
Gets an individual bucket
resource
Overview
Name | bucket |
Type | Resource |
Description | bucket |
Id | awscc.s3outposts.bucket |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the specified bucket. |
bucket_name | string | A name for the bucket. |
outpost_id | string | The id of the customer outpost on which the bucket resides. |
tags | array | An arbitrary set of tags (key-value pairs) for this S3Outposts bucket. |
lifecycle_configuration | object | Rules that define how Amazon S3Outposts manages objects during their lifetime. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
bucket_name,
outpost_id,
tags,
lifecycle_configuration
FROM awscc.s3outposts.bucket
WHERE data__Identifier = '<Arn>';
Permissions
To operate on the bucket
resource, the following permissions are required:
Read
s3-outposts:GetBucket,
s3-outposts:GetBucketTagging,
s3-outposts:GetLifecycleConfiguration
Update
s3-outposts:PutBucketTagging,
s3-outposts:DeleteBucketTagging,
s3-outposts:PutLifecycleConfiguration
Delete
s3-outposts:DeleteBucket