Class ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.compute_region_url_map.ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.873Z") @Stability(Stable) public class ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
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.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute, Number complexObjectIndex, Boolean complexObjectIsFromSet)protectedComputeRegionUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedComputeRegionUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesOutputReference
protected ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesOutputReference
protected ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesOutputReference
@Stability(Stable) public ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute, @NotNull Number complexObjectIndex, @NotNull Boolean complexObjectIsFromSet)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.complexObjectIndex- the index of this item in the list. This parameter is required.complexObjectIsFromSet- whether the list is wrapping a set (will add tolist() to be able to access an item via an index). This parameter is required.
-
-
Method Detail
-
putRangeMatch
@Stability(Stable) public void putRangeMatch(@NotNull ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch value)- Parameters:
value- This parameter is required.
-
resetExactMatch
@Stability(Stable) public void resetExactMatch()
-
resetInvertMatch
@Stability(Stable) public void resetInvertMatch()
-
resetPrefixMatch
@Stability(Stable) public void resetPrefixMatch()
-
resetPresentMatch
@Stability(Stable) public void resetPresentMatch()
-
resetRangeMatch
@Stability(Stable) public void resetRangeMatch()
-
resetRegexMatch
@Stability(Stable) public void resetRegexMatch()
-
resetSuffixMatch
@Stability(Stable) public void resetSuffixMatch()
-
getRangeMatch
@Stability(Stable) @NotNull public ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatchOutputReference getRangeMatch()
-
getExactMatchInput
@Stability(Stable) @Nullable public String getExactMatchInput()
-
getHeaderNameInput
@Stability(Stable) @Nullable public String getHeaderNameInput()
-
getInvertMatchInput
@Stability(Stable) @Nullable public Object getInvertMatchInput()
-
getPrefixMatchInput
@Stability(Stable) @Nullable public String getPrefixMatchInput()
-
getPresentMatchInput
@Stability(Stable) @Nullable public Object getPresentMatchInput()
-
getRangeMatchInput
@Stability(Stable) @Nullable public ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch getRangeMatchInput()
-
getRegexMatchInput
@Stability(Stable) @Nullable public String getRegexMatchInput()
-
getSuffixMatchInput
@Stability(Stable) @Nullable public String getSuffixMatchInput()
-
getExactMatch
@Stability(Stable) @NotNull public String getExactMatch()
-
setExactMatch
@Stability(Stable) public void setExactMatch(@NotNull String value)
-
getHeaderName
@Stability(Stable) @NotNull public String getHeaderName()
-
setHeaderName
@Stability(Stable) public void setHeaderName(@NotNull String value)
-
getInvertMatch
@Stability(Stable) @NotNull public Object getInvertMatch()
-
setInvertMatch
@Stability(Stable) public void setInvertMatch(@NotNull Boolean value)
-
setInvertMatch
@Stability(Stable) public void setInvertMatch(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getPrefixMatch
@Stability(Stable) @NotNull public String getPrefixMatch()
-
setPrefixMatch
@Stability(Stable) public void setPrefixMatch(@NotNull String value)
-
getPresentMatch
@Stability(Stable) @NotNull public Object getPresentMatch()
-
setPresentMatch
@Stability(Stable) public void setPresentMatch(@NotNull Boolean value)
-
setPresentMatch
@Stability(Stable) public void setPresentMatch(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getRegexMatch
@Stability(Stable) @NotNull public String getRegexMatch()
-
setRegexMatch
@Stability(Stable) public void setRegexMatch(@NotNull String value)
-
getSuffixMatch
@Stability(Stable) @NotNull public String getSuffixMatch()
-
setSuffixMatch
@Stability(Stable) public void setSuffixMatch(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public Object getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable com.hashicorp.cdktf.IResolvable value)
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesHeaderMatches value)
-
-