AwsEfsAccessPointDetails

Provides information about an Amazon EFS access point.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Amazon EFS access point.

Link copied to clipboard
val arn: String?

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

Link copied to clipboard

The opaque string specified in the request to ensure idempotent creation.

Link copied to clipboard

The ID of the Amazon EFS file system that the access point applies to.

Link copied to clipboard

The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point, that is used for all file operations by NFS clients using the access point.

Link copied to clipboard

The directory on the Amazon EFS file system that the access point exposes as the root directory to NFS clients using the access point.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String