LocationFSxOpenZfsArgs

data class LocationFSxOpenZfsArgs(val fsxFilesystemArn: Output<String>? = null, val protocol: Output<LocationFSxOpenZfsProtocolArgs>? = null, val securityGroupArns: Output<List<String>>? = null, val subdirectory: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<LocationFSxOpenZfsArgs>

Resource schema for AWS::DataSync::LocationFSxOpenZFS.

Constructors

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

Properties

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

The Amazon Resource Name (ARN) for the FSx OpenZFS file system.

Link copied to clipboard

The type of protocol that AWS DataSync uses to access your 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 OpenZFS file system.

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(): LocationFSxOpenZfsArgs