Skip to main content

location_smbs

Retrieves a list of location_smbs in a region

Overview

Namelocation_smbs
TypeResource
Descriptionlocation_smbs
Idawscc.datasync.location_smbs

Fields

NameDatatypeDescription
location_arnstringThe Amazon Resource Name (ARN) of the SMB 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_smbs
WHERE region = 'us-east-1'

Permissions

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

Create

datasync:CreateLocationSmb,
datasync:DescribeLocationSmb,
datasync:ListTagsForResource,
datasync:TagResource

List

datasync:ListLocations