Skip to main content

locationf_sx_ontap_tags

Expands all tag keys and values for locationf_sx_ontaps in a region

Overview

Namelocationf_sx_ontap_tags
TypeResource
DescriptionResource schema for AWS::DataSync::LocationFSxONTAP.
Idaws.datasync.locationf_sx_ontap_tags

Fields

NameDatatypeDescription
storage_virtual_machine_arnstringThe Amazon Resource Name (ARN) for the FSx ONTAP SVM.
fsx_filesystem_arnstringThe Amazon Resource Name (ARN) for the FSx ONAP file system.
security_group_arnsarrayThe ARNs of the security groups that are to use to configure the FSx ONTAP file system.
protocolobjectConfiguration settings for an NFS or SMB protocol, currently only support NFS
subdirectorystringA subdirectory in the location's path.
location_arnstringThe Amazon Resource Name (ARN) of the Amazon FSx ONTAP file system location that is created.
location_uristringThe URL of the FSx ONTAP file system 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_ontaps in a region.

SELECT
region,
storage_virtual_machine_arn,
fsx_filesystem_arn,
security_group_arns,
protocol,
subdirectory,
location_arn,
location_uri,
tag_key,
tag_value
FROM aws.datasync.locationf_sx_ontap_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the locationf_sx_ontap_tags resource, see locationf_sx_ontaps