locationf_sx_windows
Gets an individual locationf_sx_windows
resource
Overview
Name | locationf_sx_windows |
Type | Resource |
Description | locationf_sx_windows |
Id | awscc.datasync.locationf_sx_windows |
Fields
Name | Datatype | Description |
---|---|---|
domain | string | The name of the Windows domain that the FSx for Windows server belongs to. |
fsx_filesystem_arn | string | The Amazon Resource Name (ARN) for the FSx for Windows file system. |
password | string | The password of the user who has the permissions to access files and folders in the FSx for Windows file system. |
security_group_arns | array | The ARNs of the security groups that are to use to configure the FSx for Windows file system. |
subdirectory | string | A subdirectory in the location's path. |
user | string | The user who has the permissions to access files and folders in the FSx for Windows file system. |
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 for Windows file system location that is created. |
location_uri | string | The URL of the FSx for Windows location that was described. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
domain,
fsx_filesystem_arn,
password,
security_group_arns,
subdirectory,
user,
tags,
location_arn,
location_uri
FROM awscc.datasync.locationf_sx_windows
WHERE data__Identifier = '<LocationArn>';
Permissions
To operate on the locationf_sx_windows
resource, the following permissions are required:
Read
datasync:DescribeLocationFsxWindows,
datasync:ListTagsForResource
Update
datasync:DescribeLocationFsxWindows,
datasync:ListTagsForResource,
datasync:TagResource,
datasync:UntagResource
Delete
datasync:DeleteLocation