Interface CloudfunctionsFunctionSourceRepository
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CloudfunctionsFunctionSourceRepository.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.230Z") @Stability(Stable) public interface CloudfunctionsFunctionSourceRepository extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudfunctionsFunctionSourceRepository.BuilderA builder forCloudfunctionsFunctionSourceRepositorystatic classCloudfunctionsFunctionSourceRepository.Jsii$ProxyAn implementation forCloudfunctionsFunctionSourceRepository
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static CloudfunctionsFunctionSourceRepository.Builderbuilder()StringgetUrl()The URL pointing to the hosted repository where the function is defined.
-
-
-
Method Detail
-
getUrl
@Stability(Stable) @NotNull String getUrl()
The URL pointing to the hosted repository where the function is defined.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions_function#url CloudfunctionsFunction#url}
-
builder
@Stability(Stable) static CloudfunctionsFunctionSourceRepository.Builder builder()
-
-