Class ComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatches.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_url_map.ComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatches.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatches,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatches
@Stability(Stable) @Internal public static final class ComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatches.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatches
An implementation forComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatches
-
-
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.ComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatches
ComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatches.Builder, ComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatches.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatches.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatches.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)StringgetExactMatch()The value should exactly match contents of exactMatch.StringgetHeaderName()The name of the HTTP header to match.ObjectgetInvertMatch()If set to false, the headerMatch is considered a match if the match criteria above are met.StringgetPrefixMatch()The value of the header must start with the contents of prefixMatch.ObjectgetPresentMatch()A header with the contents of headerName must exist.ComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatchgetRangeMatch()range_match block.StringgetRegexMatch()The value of the header must match the regular expression specified in regexMatch.StringgetSuffixMatch()The value of the header must end with the contents of suffixMatch.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(ComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatches.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatches.Builder.
-
-
Method Detail
-
getHeaderName
public final String getHeaderName()
Description copied from interface:ComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesThe name of the HTTP header to match.For matching against the HTTP request's authority, use a headerMatch with the header name ":authority". For matching a request's method, use the headerName ":method". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#header_name ComputeUrlMap#header_name}
- Specified by:
getHeaderNamein interfaceComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatches
-
getExactMatch
public final String getExactMatch()
Description copied from interface:ComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesThe value should exactly match contents of exactMatch.Only one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#exact_match ComputeUrlMap#exact_match}
- Specified by:
getExactMatchin interfaceComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatches
-
getInvertMatch
public final Object getInvertMatch()
Description copied from interface:ComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesIf set to false, the headerMatch is considered a match if the match criteria above are met.If set to true, the headerMatch is considered a match if the match criteria above are NOT met. Defaults to false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#invert_match ComputeUrlMap#invert_match}
- Specified by:
getInvertMatchin interfaceComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatches
-
getPrefixMatch
public final String getPrefixMatch()
Description copied from interface:ComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesThe value of the header must start with the contents of prefixMatch.Only one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#prefix_match ComputeUrlMap#prefix_match}
- Specified by:
getPrefixMatchin interfaceComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatches
-
getPresentMatch
public final Object getPresentMatch()
Description copied from interface:ComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesA header with the contents of headerName must exist.The match takes place whether or not the request's header has a value or not. Only one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#present_match ComputeUrlMap#present_match}
- Specified by:
getPresentMatchin interfaceComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatches
-
getRangeMatch
public final ComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch getRangeMatch()
Description copied from interface:ComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesrange_match block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#range_match ComputeUrlMap#range_match}
- Specified by:
getRangeMatchin interfaceComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatches
-
getRegexMatch
public final String getRegexMatch()
Description copied from interface:ComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesThe value of the header must match the regular expression specified in regexMatch.For regular expression grammar, please see: en.cppreference.com/w/cpp/regex/ecmascript For matching against a port specified in the HTTP request, use a headerMatch with headerName set to PORT and a regular expression that satisfies the RFC2616 Host header's port specifier. Only one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#regex_match ComputeUrlMap#regex_match}
- Specified by:
getRegexMatchin interfaceComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatches
-
getSuffixMatch
public final String getSuffixMatch()
Description copied from interface:ComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesThe value of the header must end with the contents of suffixMatch.Only one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#suffix_match ComputeUrlMap#suffix_match}
- Specified by:
getSuffixMatchin interfaceComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatches
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-