locationf_sx_ontap
Gets an individual locationf_sx_ontap
resource
Overview
Name | locationf_sx_ontap |
Type | Resource |
Description | locationf_sx_ontap |
Id | awscc.datasync.locationf_sx_ontap |
Fields
Name | Datatype | Description |
---|---|---|
storage_virtual_machine_arn | string | The Amazon Resource Name (ARN) for the FSx ONTAP SVM. |
fsx_filesystem_arn | string | The Amazon Resource Name (ARN) for the FSx ONAP file system. |
security_group_arns | array | The ARNs of the security groups that are to use to configure the FSx ONTAP file system. |
protocol | object | |
subdirectory | string | A subdirectory in the location's path. |
tags | array | An array of key-value pairs to apply to this resource. |
location_arn | string | The Amazon Resource Name (ARN) of the Amazon FSx ONTAP file system location that is created. |
location_uri | string | The URL of the FSx ONTAP file system that was described. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
storage_virtual_machine_arn,
fsx_filesystem_arn,
security_group_arns,
protocol,
subdirectory,
tags,
location_arn,
location_uri
FROM awscc.datasync.locationf_sx_ontap
WHERE data__Identifier = '<LocationArn>';
Permissions
To operate on the locationf_sx_ontap
resource, the following permissions are required:
Read
datasync:DescribeLocationFsxOntap,
datasync:ListTagsForResource
Update
datasync:DescribeLocationFsxOntap,
datasync:ListTagsForResource,
datasync:TagResource,
datasync:UntagResource
Delete
datasync:DeleteLocation