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