Class ComputeRegionNetworkEndpointGroupCloudFunction.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_region_network_endpoint_group.ComputeRegionNetworkEndpointGroupCloudFunction.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeRegionNetworkEndpointGroupCloudFunction,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeRegionNetworkEndpointGroupCloudFunction
@Stability(Stable) @Internal public static final class ComputeRegionNetworkEndpointGroupCloudFunction.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeRegionNetworkEndpointGroupCloudFunction
An implementation forComputeRegionNetworkEndpointGroupCloudFunction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.compute_region_network_endpoint_group.ComputeRegionNetworkEndpointGroupCloudFunction
ComputeRegionNetworkEndpointGroupCloudFunction.Builder, ComputeRegionNetworkEndpointGroupCloudFunction.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeRegionNetworkEndpointGroupCloudFunction.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeRegionNetworkEndpointGroupCloudFunction.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetFunction()A user-defined name of the Cloud Function.StringgetUrlMask()A template to parse function field from a request URL.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(ComputeRegionNetworkEndpointGroupCloudFunction.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeRegionNetworkEndpointGroupCloudFunction.Builder.
-
-
Method Detail
-
getFunction
public final String getFunction()
Description copied from interface:ComputeRegionNetworkEndpointGroupCloudFunctionA 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}
- Specified by:
getFunctionin interfaceComputeRegionNetworkEndpointGroupCloudFunction
-
getUrlMask
public final String getUrlMask()
Description copied from interface:ComputeRegionNetworkEndpointGroupCloudFunctionA 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}
- Specified by:
getUrlMaskin interfaceComputeRegionNetworkEndpointGroupCloudFunction
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-