CreateAccessPointResponse

Provides a description of an EFS file system access point.

Types

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

Properties

Link copied to clipboard

The unique Amazon Resource Name (ARN) associated with the access point.

Link copied to clipboard

The ID of the access point, assigned by Amazon EFS.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Identifies the lifecycle phase of the access point.

Link copied to clipboard
val name: String?

The name of the access point. This is the value of the Name tag.

Link copied to clipboard

Identifies the Amazon Web Services account that owns the access point resource.

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 EFS file system that the access point exposes as the root directory to NFS clients using the access point.

Link copied to clipboard
val tags: List<Tag>?

The tags associated with the access point, presented as an array of Tag objects.

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