Skip to content

Data Source: awsEfsAccessPoint

Provides information about an Elastic File System (EFS) Access Point.

Example Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.dataAwsEfsAccessPoint.DataAwsEfsAccessPoint(this, "test", {
  accessPointId: "fsap-12345678",
});

Argument Reference

The following arguments are supported:

  • accessPointId - (Required) ID that identifies the file system.

Attributes Reference

In addition to all arguments above, the following attributes are exported:

  • id - ID of the access point.
  • arn - Amazon Resource Name of the file system.
  • fileSystemArn - Amazon Resource Name of the file system.
  • fileSystemId - ID of the file system for which the access point is intended.
  • posixUser - Single element list containing operating system user and group applied to all file system requests made using the access point.
  • gid - Group ID
  • secondaryGids - Secondary group IDs
  • uid - User Id
  • rootDirectory- Single element list containing information on the directory on the Amazon EFS file system that the access point provides access to.
  • creationInfo - Single element list containing information on the creation permissions of the directory
    • ownerGid - POSIX owner group ID
    • ownerUid - POSIX owner user ID
    • permissions - POSIX permissions mode
  • path - Path exposed as the root directory
  • tags - Key-value mapping of resource tags.