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

Up to five VPC security group IDs, of the form `sg-xxxxxxxx`. These must be for the same VPC as subnet specified.