LocationFSxOntapArgs

data class LocationFSxOntapArgs(val protocol: Output<LocationFSxOntapProtocolArgs>? = null, val securityGroupArns: Output<List<String>>? = null, val storageVirtualMachineArn: Output<String>? = null, val subdirectory: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<LocationFSxOntapArgs>

Resource schema for AWS::DataSync::LocationFSxONTAP.

Constructors

Link copied to clipboard
constructor(protocol: Output<LocationFSxOntapProtocolArgs>? = null, securityGroupArns: Output<List<String>>? = null, storageVirtualMachineArn: Output<String>? = null, subdirectory: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard

Specifies the data transfer protocol that DataSync uses to access your Amazon FSx file system.

Link copied to clipboard
val securityGroupArns: Output<List<String>>? = null

The ARNs of the security groups that are to use to configure the FSx ONTAP file system.

Link copied to clipboard
val storageVirtualMachineArn: Output<String>? = null

The Amazon Resource Name (ARN) for the FSx ONTAP SVM.

Link copied to clipboard
val subdirectory: Output<String>? = null

A subdirectory in the location's path.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An array of key-value pairs to apply to this resource.

Functions

Link copied to clipboard
open override fun toJava(): LocationFSxOntapArgs