LocationFSxLustreArgs

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

Resource schema for AWS::DataSync::LocationFSxLustre.

Example Usage

Example

No Java example available.

Example

No Java example available.

Constructors

Link copied to clipboard
constructor(fsxFilesystemArn: Output<String>? = 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 for Lustre 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 for Lustre 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(): LocationFSxLustreArgs