Class ComputeUrlMapPathMatcherPathRule.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_url_map.ComputeUrlMapPathMatcherPathRule.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeUrlMapPathMatcherPathRule,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeUrlMapPathMatcherPathRule
@Stability(Stable) @Internal public static final class ComputeUrlMapPathMatcherPathRule.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeUrlMapPathMatcherPathRule
An implementation forComputeUrlMapPathMatcherPathRule
-
-
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_url_map.ComputeUrlMapPathMatcherPathRule
ComputeUrlMapPathMatcherPathRule.Builder, ComputeUrlMapPathMatcherPathRule.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeUrlMapPathMatcherPathRule.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeUrlMapPathMatcherPathRule.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)List<String>getPaths()The list of path patterns to match.ComputeUrlMapPathMatcherPathRuleRouteActiongetRouteAction()route_action block.StringgetService()The backend service or backend bucket to use if any of the given paths match.ComputeUrlMapPathMatcherPathRuleUrlRedirectgetUrlRedirect()url_redirect block.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(ComputeUrlMapPathMatcherPathRule.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeUrlMapPathMatcherPathRule.Builder.
-
-
Method Detail
-
getPaths
public final List<String> getPaths()
Description copied from interface:ComputeUrlMapPathMatcherPathRuleThe list of path patterns to match.Each must start with / and the only place a * is allowed is at the end following a /. The string fed to the path matcher does not include any text after the first ? or #, and those chars are not allowed here. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#paths ComputeUrlMap#paths}
- Specified by:
getPathsin interfaceComputeUrlMapPathMatcherPathRule
-
getRouteAction
public final ComputeUrlMapPathMatcherPathRuleRouteAction getRouteAction()
Description copied from interface:ComputeUrlMapPathMatcherPathRuleroute_action block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#route_action ComputeUrlMap#route_action}
- Specified by:
getRouteActionin interfaceComputeUrlMapPathMatcherPathRule
-
getService
public final String getService()
Description copied from interface:ComputeUrlMapPathMatcherPathRuleThe backend service or backend bucket to use if any of the given paths match.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#service ComputeUrlMap#service}
- Specified by:
getServicein interfaceComputeUrlMapPathMatcherPathRule
-
getUrlRedirect
public final ComputeUrlMapPathMatcherPathRuleUrlRedirect getUrlRedirect()
Description copied from interface:ComputeUrlMapPathMatcherPathRuleurl_redirect block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#url_redirect ComputeUrlMap#url_redirect}
- Specified by:
getUrlRedirectin interfaceComputeUrlMapPathMatcherPathRule
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-