GetMountTargetResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accessPointId: String? = null
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

DNS name for the EFS file system.

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
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Address at which the file system may be mounted via the mount target.

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

AWS account ID that owns the resource.

Link copied to clipboard

List of VPC security group IDs attached to the mount target.

Link copied to clipboard

ID of the mount target's subnet.