Location FSx Lustre Args
data class LocationFSxLustreArgs(val fsxFilesystemArn: Output<String>? = null, val securityGroupArns: Output<List<String>>? = null, val subdirectory: Output<String>? = null, val tags: Output<List<LocationFSxLustreTagArgs>>? = 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
fun LocationFSxLustreArgs(fsxFilesystemArn: Output<String>? = null, securityGroupArns: Output<List<String>>? = null, subdirectory: Output<String>? = null, tags: Output<List<LocationFSxLustreTagArgs>>? = null)