Resource schema for AWS::DataSync::LocationFSxONTAP.
security_group_arns
(List of String) The ARNs of the security groups that are to use to configure the FSx ONTAP file system.storage_virtual_machine_arn
(String) The Amazon Resource Name (ARN) for the FSx ONTAP SVM.protocol
(Attributes) Configuration settings for NFS or SMB protocol. (see below for nested schema)subdirectory
(String) A subdirectory in the location's path.tags
(Attributes Set) An array of key-value pairs to apply to this resource. (see below for nested schema)fsx_filesystem_arn
(String) The Amazon Resource Name (ARN) for the FSx ONAP file system.id
(String) Uniquely identifies the 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.protocol
Optional:
nfs
(Attributes) NFS protocol configuration for FSx ONTAP file system. (see below for nested schema)smb
(Attributes) SMB protocol configuration for FSx ONTAP file system. (see below for nested schema)protocol.nfs
Required:
mount_options
(Attributes) The NFS mount options that DataSync can use to mount your NFS share. (see below for nested schema)protocol.nfs.mount_options
Optional:
version
(String) The specific NFS version that you want DataSync to use to mount your NFS share.protocol.smb
Required:
mount_options
(Attributes) The mount options used by DataSync to access the SMB server. (see below for nested schema)password
(String) The password of the user who can mount the share and has the permissions to access files and folders in the SMB share.user
(String) The user who can mount the share, has the permissions to access files and folders in the SMB share.Optional:
domain
(String) The name of the Windows domain that the SMB server belongs to.protocol.smb.mount_options
Optional:
version
(String) The specific SMB version that you want DataSync to use to mount your SMB share.tags
Required:
key
(String) The key for an AWS resource tag.value
(String) The value for an AWS resource tag.Import is supported using the following syntax:
$ terraform import awscc_datasync_location_fsx_ontap.example <resource ID>