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