amazonka-efs-2.0: Amazon Elastic File System SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EFS.Types.AccessPointDescription

Description

 
Synopsis

Documentation

data AccessPointDescription Source #

Provides a description of an EFS file system access point.

See: newAccessPointDescription smart constructor.

Constructors

AccessPointDescription' 

Fields

  • accessPointArn :: Maybe Text

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

  • accessPointId :: Maybe Text

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

  • clientToken :: Maybe Text

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

  • fileSystemId :: Maybe Text

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

  • lifeCycleState :: Maybe LifeCycleState

    Identifies the lifecycle phase of the access point.

  • name :: Maybe Text

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

  • ownerId :: Maybe Text

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

  • posixUser :: Maybe PosixUser

    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.

  • rootDirectory :: Maybe RootDirectory

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

  • tags :: Maybe [Tag]

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

Instances

Instances details
FromJSON AccessPointDescription Source # 
Instance details

Defined in Amazonka.EFS.Types.AccessPointDescription

Generic AccessPointDescription Source # 
Instance details

Defined in Amazonka.EFS.Types.AccessPointDescription

Associated Types

type Rep AccessPointDescription :: Type -> Type #

Read AccessPointDescription Source # 
Instance details

Defined in Amazonka.EFS.Types.AccessPointDescription

Show AccessPointDescription Source # 
Instance details

Defined in Amazonka.EFS.Types.AccessPointDescription

NFData AccessPointDescription Source # 
Instance details

Defined in Amazonka.EFS.Types.AccessPointDescription

Methods

rnf :: AccessPointDescription -> () #

Eq AccessPointDescription Source # 
Instance details

Defined in Amazonka.EFS.Types.AccessPointDescription

Hashable AccessPointDescription Source # 
Instance details

Defined in Amazonka.EFS.Types.AccessPointDescription

type Rep AccessPointDescription Source # 
Instance details

Defined in Amazonka.EFS.Types.AccessPointDescription

newAccessPointDescription :: AccessPointDescription Source #

Create a value of AccessPointDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:accessPointArn:AccessPointDescription', accessPointDescription_accessPointArn - The unique Amazon Resource Name (ARN) associated with the access point.

$sel:accessPointId:AccessPointDescription', accessPointDescription_accessPointId - The ID of the access point, assigned by Amazon EFS.

$sel:clientToken:AccessPointDescription', accessPointDescription_clientToken - The opaque string specified in the request to ensure idempotent creation.

$sel:fileSystemId:AccessPointDescription', accessPointDescription_fileSystemId - The ID of the EFS file system that the access point applies to.

$sel:lifeCycleState:AccessPointDescription', accessPointDescription_lifeCycleState - Identifies the lifecycle phase of the access point.

$sel:name:AccessPointDescription', accessPointDescription_name - The name of the access point. This is the value of the Name tag.

$sel:ownerId:AccessPointDescription', accessPointDescription_ownerId - Identified the Amazon Web Services account that owns the access point resource.

$sel:posixUser:AccessPointDescription', accessPointDescription_posixUser - 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.

$sel:rootDirectory:AccessPointDescription', accessPointDescription_rootDirectory - The directory on the Amazon EFS file system that the access point exposes as the root directory to NFS clients using the access point.

$sel:tags:AccessPointDescription', accessPointDescription_tags - The tags associated with the access point, presented as an array of Tag objects.

accessPointDescription_accessPointArn :: Lens' AccessPointDescription (Maybe Text) Source #

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

accessPointDescription_accessPointId :: Lens' AccessPointDescription (Maybe Text) Source #

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

accessPointDescription_clientToken :: Lens' AccessPointDescription (Maybe Text) Source #

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

accessPointDescription_fileSystemId :: Lens' AccessPointDescription (Maybe Text) Source #

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

accessPointDescription_lifeCycleState :: Lens' AccessPointDescription (Maybe LifeCycleState) Source #

Identifies the lifecycle phase of the access point.

accessPointDescription_name :: Lens' AccessPointDescription (Maybe Text) Source #

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

accessPointDescription_ownerId :: Lens' AccessPointDescription (Maybe Text) Source #

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

accessPointDescription_posixUser :: Lens' AccessPointDescription (Maybe PosixUser) Source #

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.

accessPointDescription_rootDirectory :: Lens' AccessPointDescription (Maybe RootDirectory) Source #

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

accessPointDescription_tags :: Lens' AccessPointDescription (Maybe [Tag]) Source #

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