location_s3s
Retrieves a list of location_s3s
in a region
Overview
Name | location_s3s |
Type | Resource |
Description | location_s3s |
Id | awscc.datasync.location_s3s |
Fields
Name | Datatype | Description |
---|---|---|
location_arn | string | The Amazon Resource Name (ARN) of the Amazon S3 bucket location. |
region | string | AWS 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