Skip to main content

locationf_sx_windows_tags

Expands all tag keys and values for locationf_sx_windows in a region

Overview

Namelocationf_sx_windows_tags
TypeResource
DescriptionResource schema for AWS::DataSync::LocationFSxWindows.
Idaws.datasync.locationf_sx_windows_tags

Fields

NameDatatypeDescription
domainstringThe name of the Windows domain that the FSx for Windows server belongs to.
fsx_filesystem_arnstringThe Amazon Resource Name (ARN) for the FSx for Windows file system.
passwordstringThe password of the user who has the permissions to access files and folders in the FSx for Windows file system.
security_group_arnsarrayThe ARNs of the security groups that are to use to configure the FSx for Windows file system.
subdirectorystringA subdirectory in the location's path.
userstringThe user who has the permissions to access files and folders in the FSx for Windows file system.
location_arnstringThe Amazon Resource Name (ARN) of the Amazon FSx for Windows file system location that is created.
location_uristringThe URL of the FSx for Windows location that was described.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all locationf_sx_windows in a region.

SELECT
region,
domain,
fsx_filesystem_arn,
password,
security_group_arns,
subdirectory,
user,
location_arn,
location_uri,
tag_key,
tag_value
FROM aws.datasync.locationf_sx_windows_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the locationf_sx_windows_tags resource, see locationf_sx_windows