Uses of Interface
com.hashicorp.cdktf.providers.google.data_google_tags_tag_values.DataGoogleTagsTagValuesConfig
-
Packages that use DataGoogleTagsTagValuesConfig Package Description com.hashicorp.cdktf.providers.google.data_google_tags_tag_values data_google_tags_tag_values -
-
Uses of DataGoogleTagsTagValuesConfig in com.hashicorp.cdktf.providers.google.data_google_tags_tag_values
Classes in com.hashicorp.cdktf.providers.google.data_google_tags_tag_values that implement DataGoogleTagsTagValuesConfig Modifier and Type Class Description static classDataGoogleTagsTagValuesConfig.Jsii$ProxyAn implementation forDataGoogleTagsTagValuesConfigMethods in com.hashicorp.cdktf.providers.google.data_google_tags_tag_values that return DataGoogleTagsTagValuesConfig Modifier and Type Method Description DataGoogleTagsTagValuesConfigDataGoogleTagsTagValuesConfig.Builder. build()Builds the configured instance.Constructors in com.hashicorp.cdktf.providers.google.data_google_tags_tag_values with parameters of type DataGoogleTagsTagValuesConfig Constructor Description DataGoogleTagsTagValues(software.constructs.Construct scope, String id, DataGoogleTagsTagValuesConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/tags_tag_values google_tags_tag_values} Data Source.
-