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