location_s3_tags
Expands all tag keys and values for location_s3s
in a region
Overview
Name | location_s3_tags |
Type | Resource |
Description | Resource schema for AWS::DataSync::LocationS3 |
Id | aws.datasync.location_s3_tags |
Fields
Name | Datatype | Description |
---|---|---|
s3_config | object | The Amazon Resource Name (ARN) of the AWS IAM role that is used to access an Amazon S3 bucket. |
s3_bucket_arn | string | The Amazon Resource Name (ARN) of the Amazon S3 bucket. |
subdirectory | string | A subdirectory in the Amazon S3 bucket. This subdirectory in Amazon S3 is used to read data from the S3 source location or write data to the S3 destination. |
s3_storage_class | string | The Amazon S3 storage class you want to store your files in when this location is used as a task destination. |
location_arn | string | The Amazon Resource Name (ARN) of the Amazon S3 bucket location. |
location_uri | string | The URL of the S3 location that was described. |
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 location_s3s
in a region.
SELECT
region,
s3_config,
s3_bucket_arn,
subdirectory,
s3_storage_class,
location_arn,
location_uri,
tag_key,
tag_value
FROM aws.datasync.location_s3_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the location_s3_tags
resource, see location_s3s