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