Location Efs Args
data class LocationEfsArgs(val accessPointArn: Output<String>? = null, val ec2Config: Output<LocationEfsEc2ConfigArgs>? = null, val efsFilesystemArn: Output<String>? = null, val fileSystemAccessRoleArn: Output<String>? = null, val inTransitEncryption: Output<LocationEfsInTransitEncryption>? = null, val subdirectory: Output<String>? = null, val tags: Output<List<LocationEfsTagArgs>>? = null) : ConvertibleToJava<LocationEfsArgs>
Resource schema for AWS::DataSync::LocationEFS.
Constructors
Link copied to clipboard
fun LocationEfsArgs(accessPointArn: Output<String>? = null, ec2Config: Output<LocationEfsEc2ConfigArgs>? = null, efsFilesystemArn: Output<String>? = null, fileSystemAccessRoleArn: Output<String>? = null, inTransitEncryption: Output<LocationEfsInTransitEncryption>? = null, subdirectory: Output<String>? = null, tags: Output<List<LocationEfsTagArgs>>? = null)