Skip to main content

location_object_storages

Retrieves a list of location_object_storages in a region

Overview

Namelocation_object_storages
TypeResource
Descriptionlocation_object_storages
Idawscc.datasync.location_object_storages

Fields

NameDatatypeDescription
location_arnstringThe Amazon Resource Name (ARN) of the location that is created.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

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

Permissions

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

Create

datasync:CreateLocationObjectStorage,
datasync:DescribeLocationObjectStorage,
datasync:ListTagsForResource,
datasync:TagResource

List

datasync:ListLocations