Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AccessPointDescription = AccessPointDescription' {}
- newAccessPointDescription :: AccessPointDescription
- accessPointDescription_posixUser :: Lens' AccessPointDescription (Maybe PosixUser)
- accessPointDescription_rootDirectory :: Lens' AccessPointDescription (Maybe RootDirectory)
- accessPointDescription_clientToken :: Lens' AccessPointDescription (Maybe Text)
- accessPointDescription_accessPointId :: Lens' AccessPointDescription (Maybe Text)
- accessPointDescription_fileSystemId :: Lens' AccessPointDescription (Maybe Text)
- accessPointDescription_ownerId :: Lens' AccessPointDescription (Maybe Text)
- accessPointDescription_name :: Lens' AccessPointDescription (Maybe Text)
- accessPointDescription_accessPointArn :: Lens' AccessPointDescription (Maybe Text)
- accessPointDescription_lifeCycleState :: Lens' AccessPointDescription (Maybe LifeCycleState)
- accessPointDescription_tags :: Lens' AccessPointDescription (Maybe [Tag])
Documentation
data AccessPointDescription Source #
Provides a description of an EFS file system access point.
See: newAccessPointDescription
smart constructor.
AccessPointDescription' | |
|
Instances
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: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:clientToken:AccessPointDescription'
, accessPointDescription_clientToken
- The opaque string specified in the request to ensure idempotent
creation.
$sel:accessPointId:AccessPointDescription'
, accessPointDescription_accessPointId
- The ID of the access point, assigned by Amazon EFS.
$sel:fileSystemId:AccessPointDescription'
, accessPointDescription_fileSystemId
- The ID of the EFS file system that the access point applies to.
$sel:ownerId:AccessPointDescription'
, accessPointDescription_ownerId
- Identified the Amazon Web Services account that owns the access point
resource.
$sel:name:AccessPointDescription'
, accessPointDescription_name
- The name of the access point. This is the value of the Name
tag.
$sel:accessPointArn:AccessPointDescription'
, accessPointDescription_accessPointArn
- The unique Amazon Resource Name (ARN) associated with the access point.
$sel:lifeCycleState:AccessPointDescription'
, accessPointDescription_lifeCycleState
- Identifies the lifecycle phase of the access point.
$sel:tags:AccessPointDescription'
, accessPointDescription_tags
- The tags associated with the access point, presented as an array of Tag
objects.
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_clientToken :: Lens' AccessPointDescription (Maybe Text) Source #
The opaque string specified in the request to ensure idempotent creation.
accessPointDescription_accessPointId :: Lens' AccessPointDescription (Maybe Text) Source #
The ID of the access point, assigned by Amazon EFS.
accessPointDescription_fileSystemId :: Lens' AccessPointDescription (Maybe Text) Source #
The ID of the EFS file system that the access point applies to.
accessPointDescription_ownerId :: Lens' AccessPointDescription (Maybe Text) Source #
Identified the Amazon Web Services account that owns the access point resource.
accessPointDescription_name :: Lens' AccessPointDescription (Maybe Text) Source #
The name of the access point. This is the value of the Name
tag.
accessPointDescription_accessPointArn :: Lens' AccessPointDescription (Maybe Text) Source #
The unique Amazon Resource Name (ARN) associated with the access point.
accessPointDescription_lifeCycleState :: Lens' AccessPointDescription (Maybe LifeCycleState) Source #
Identifies the lifecycle phase of the access point.
accessPointDescription_tags :: Lens' AccessPointDescription (Maybe [Tag]) Source #
The tags associated with the access point, presented as an array of Tag objects.