Skip to content

Data Source: awsEfsAccessPoints

Provides information about multiple Elastic File System (EFS) Access Points.

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.dataAwsEfsAccessPoints.DataAwsEfsAccessPoints(this, "test", {
  fileSystemId: "fs-12345678",
});

Argument Reference

The following arguments are supported:

  • fileSystemId - (Required) EFS File System identifier.

Attributes Reference

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

  • arns - Set of Amazon Resource Names (ARNs).
  • id - EFS File System identifier.
  • ids - Set of identifiers.