locationf_sx_ontaps
Retrieves a list of locationf_sx_ontaps
in a region
Overview
Name | locationf_sx_ontaps |
Type | Resource |
Description | locationf_sx_ontaps |
Id | awscc.datasync.locationf_sx_ontaps |
Fields
Name | Datatype | Description |
---|---|---|
location_arn | string | The Amazon Resource Name (ARN) of the Amazon FSx ONTAP file system 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.locationf_sx_ontaps
WHERE region = 'us-east-1'
Permissions
To operate on the locationf_sx_ontaps
resource, the following permissions are required:
Create
datasync:CreateLocationFsxOntap,
datasync:DescribeLocationFsxOntap,
datasync:ListTagsForResource,
datasync:TagResource,
fsx:DescribeStorageVirtualMachines,
fsx:DescribeFileSystems,
ec2:DescribeNetworkInterfaces,
ec2:DescribeSubnets,
ec2:DescribeSecurityGroups
List
datasync:ListLocations