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