bucket_tags
Expands all tag keys and values for buckets
in a region
Overview
Name | bucket_tags |
Type | Resource |
Description | Resource Type Definition for AWS::S3Outposts::Bucket |
Id | aws.s3outposts.bucket_tags |
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. |
lifecycle_configuration | object | Rules that define how Amazon S3Outposts manages objects during their lifetime. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all buckets
in a region.
SELECT
region,
arn,
bucket_name,
outpost_id,
lifecycle_configuration,
tag_key,
tag_value
FROM aws.s3outposts.bucket_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the bucket_tags
resource, see buckets