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<LocationFSxOpenZfsTagArgs>>? = null) : ConvertibleToJava<LocationFSxOpenZfsArgs>

Resource schema for AWS::DataSync::LocationFSxOpenZFS.

Constructors

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

Functions

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

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
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<LocationFSxOpenZfsTagArgs>>? = null

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