Get Mount Target Result
data class GetMountTargetResult(val accessPointId: String? = null, val availabilityZoneId: String, val availabilityZoneName: String, val dnsName: String, val fileSystemArn: String, val fileSystemId: String, val id: String, val ipAddress: String, val mountTargetDnsName: String, val mountTargetId: String, val networkInterfaceId: String, val ownerId: String, val securityGroups: List<String>, val subnetId: String)
A collection of values returned by getMountTarget.
Constructors
Link copied to clipboard
constructor(accessPointId: String? = null, availabilityZoneId: String, availabilityZoneName: String, dnsName: String, fileSystemArn: String, fileSystemId: String, id: String, ipAddress: String, mountTargetDnsName: String, mountTargetId: String, networkInterfaceId: String, ownerId: String, securityGroups: List<String>, subnetId: String)
Properties
Link copied to clipboard
Link copied to clipboard
The unique and consistent identifier of the Availability Zone (AZ) that the mount target resides in.
Link copied to clipboard
The name of the Availability Zone (AZ) that the mount target resides in.
Link copied to clipboard
Amazon Resource Name of the file system for which the mount target is intended.
Link copied to clipboard
Link copied to clipboard
The DNS name for the given subnet/AZ per documented convention.
Link copied to clipboard
Link copied to clipboard
The ID of the network interface that Amazon EFS created when it created the mount target.
Link copied to clipboard
List of VPC security group IDs attached to the mount target.