Skip to main content

location_s3s

Retrieves a list of location_s3s in a region

Overview

Namelocation_s3s
TypeResource
Descriptionlocation_s3s
Idawscc.datasync.location_s3s

Fields

NameDatatypeDescription
location_arnstringThe Amazon Resource Name (ARN) of the Amazon S3 bucket location.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
location_arn
FROM awscc.datasync.location_s3s
WHERE region = 'us-east-1'

Permissions

To operate on the location_s3s resource, the following permissions are required:

Create

datasync:CreateLocationS3,
datasync:DescribeLocationS3,
datasync:ListTagsForResource,
datasync:TagResource,
s3:ListAllMyBuckets,
s3:ListBucket,
iam:GetRole,
iam:PassRole

List

datasync:ListLocations