Interface Cloudfunctions2FunctionBuildConfigSource
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
Cloudfunctions2FunctionBuildConfigSource.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.200Z") @Stability(Stable) public interface Cloudfunctions2FunctionBuildConfigSource extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudfunctions2FunctionBuildConfigSource.BuilderA builder forCloudfunctions2FunctionBuildConfigSourcestatic classCloudfunctions2FunctionBuildConfigSource.Jsii$ProxyAn implementation forCloudfunctions2FunctionBuildConfigSource
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static Cloudfunctions2FunctionBuildConfigSource.Builderbuilder()default Cloudfunctions2FunctionBuildConfigSourceRepoSourcegetRepoSource()repo_source block.default Cloudfunctions2FunctionBuildConfigSourceStorageSourcegetStorageSource()storage_source block.
-
-
-
Method Detail
-
getRepoSource
@Stability(Stable) @Nullable default Cloudfunctions2FunctionBuildConfigSourceRepoSource getRepoSource()
repo_source block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#repo_source Cloudfunctions2Function#repo_source}
-
getStorageSource
@Stability(Stable) @Nullable default Cloudfunctions2FunctionBuildConfigSourceStorageSource getStorageSource()
storage_source block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#storage_source Cloudfunctions2Function#storage_source}
-
builder
@Stability(Stable) static Cloudfunctions2FunctionBuildConfigSource.Builder builder()
-
-