Skip to main content

bucket_tags

Expands all tag keys and values for buckets in a region

Overview

Namebucket_tags
TypeResource
DescriptionResource Type Definition for AWS::S3Outposts::Bucket
Idaws.s3outposts.bucket_tags

Fields

NameDatatypeDescription
arnstringThe Amazon Resource Name (ARN) of the specified bucket.
bucket_namestringA name for the bucket.
outpost_idstringThe id of the customer outpost on which the bucket resides.
lifecycle_configurationobjectRules that define how Amazon S3Outposts manages objects during their lifetime.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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