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