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