GetMountTargetResult

data class GetMountTargetResult(val id: String? = null, val securityGroups: List<String>? = null)

Constructors

Link copied to clipboard
constructor(id: String? = null, securityGroups: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The ID of the Amazon EFS file system that the mount target provides access to. Example: fs-0123456789111222a

Link copied to clipboard
val securityGroups: List<String>? = null

VPC security group IDs, of the form `sg-xxxxxxxx`. These must be for the same VPC as the subnet specified. The maximum number of security groups depends on account quota. For more information, see Amazon VPC Quotas in the Amazon VPC User Guide (see the Security Groups table).