location_s3s_list_only
Lists location_s3s
in a region or regions, for all properties use location_s3s
Overview
Name | location_s3s_list_only |
Type | Resource |
Description | Resource schema for AWS::DataSync::LocationS3 |
Id | aws.datasync.location_s3s_list_only |
Fields
Name | Datatype | Description |
---|---|---|
location_arn | string | The Amazon Resource Name (ARN) of the Amazon S3 bucket location. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all location_s3s
in a region.
SELECT
region,
location_arn
FROM aws.datasync.location_s3s_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the location_s3s_list_only
resource, see location_s3s