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