Interface ComputeRegionNetworkEndpointGroupCloudFunction
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeRegionNetworkEndpointGroupCloudFunction.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.791Z") @Stability(Stable) public interface ComputeRegionNetworkEndpointGroupCloudFunction extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeRegionNetworkEndpointGroupCloudFunction.BuilderA builder forComputeRegionNetworkEndpointGroupCloudFunctionstatic classComputeRegionNetworkEndpointGroupCloudFunction.Jsii$ProxyAn implementation forComputeRegionNetworkEndpointGroupCloudFunction
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ComputeRegionNetworkEndpointGroupCloudFunction.Builderbuilder()default StringgetFunction()A user-defined name of the Cloud Function.default StringgetUrlMask()A template to parse function field from a request URL.
-
-
-
Method Detail
-
getFunction
@Stability(Stable) @Nullable default String getFunction()
A user-defined name of the Cloud Function. The function name is case-sensitive and must be 1-63 characters long. Example value: "func1".Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_endpoint_group#function ComputeRegionNetworkEndpointGroup#function}
-
getUrlMask
@Stability(Stable) @Nullable default String getUrlMask()
A template to parse function field from a request URL.URL mask allows for routing to multiple Cloud Functions without having to create multiple Network Endpoint Groups and backend services. For example, request URLs "mydomain.com/function1" and "mydomain.com/function2" can be backed by the same Serverless NEG with URL mask "/". The URL mask will parse them to { function = "function1" } and { function = "function2" } respectively. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_endpoint_group#url_mask ComputeRegionNetworkEndpointGroup#url_mask}
-
builder
@Stability(Stable) static ComputeRegionNetworkEndpointGroupCloudFunction.Builder builder()
-
-