Uses of Interface
com.hashicorp.cdktf.providers.aws.data_aws_efs_access_points.DataAwsEfsAccessPointsConfig
-
Packages that use DataAwsEfsAccessPointsConfig Package Description com.hashicorp.cdktf.providers.aws.data_aws_efs_access_points data_aws_efs_access_points -
-
Uses of DataAwsEfsAccessPointsConfig in com.hashicorp.cdktf.providers.aws.data_aws_efs_access_points
Classes in com.hashicorp.cdktf.providers.aws.data_aws_efs_access_points that implement DataAwsEfsAccessPointsConfig Modifier and Type Class Description static classDataAwsEfsAccessPointsConfig.Jsii$ProxyAn implementation forDataAwsEfsAccessPointsConfigMethods in com.hashicorp.cdktf.providers.aws.data_aws_efs_access_points that return DataAwsEfsAccessPointsConfig Modifier and Type Method Description DataAwsEfsAccessPointsConfigDataAwsEfsAccessPointsConfig.Builder. build()Builds the configured instance.Constructors in com.hashicorp.cdktf.providers.aws.data_aws_efs_access_points with parameters of type DataAwsEfsAccessPointsConfig Constructor Description DataAwsEfsAccessPoints(software.constructs.Construct scope, String id, DataAwsEfsAccessPointsConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/efs_access_points aws_efs_access_points} Data Source.
-