GetAccessPointResult

data class GetAccessPointResult(val accessPointId: String? = null, val accessPointTags: List<Tag>? = null, val arn: String? = null)

Constructors

Link copied to clipboard
constructor(accessPointId: String? = null, accessPointTags: List<Tag>? = null, arn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accessPointId: String? = null

The ID of the EFS access point.

Link copied to clipboard
val accessPointTags: List<Tag>? = null

An array of key-value pairs to apply to this resource. For more information, see Tag.

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the access point.