Uses of Interface
com.hashicorp.cdktf.providers.google.storage_bucket.StorageBucketConfig
-
Packages that use StorageBucketConfig Package Description com.hashicorp.cdktf.providers.google.storage_bucket google_storage_bucket -
-
Uses of StorageBucketConfig in com.hashicorp.cdktf.providers.google.storage_bucket
Classes in com.hashicorp.cdktf.providers.google.storage_bucket that implement StorageBucketConfig Modifier and Type Class Description static classStorageBucketConfig.Jsii$ProxyAn implementation forStorageBucketConfigMethods in com.hashicorp.cdktf.providers.google.storage_bucket that return StorageBucketConfig Modifier and Type Method Description StorageBucketConfigStorageBucketConfig.Builder. build()Builds the configured instance.Constructors in com.hashicorp.cdktf.providers.google.storage_bucket with parameters of type StorageBucketConfig Constructor Description StorageBucket(software.constructs.Construct scope, String id, StorageBucketConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_bucket google_storage_bucket} Resource.
-