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