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