Class ComputeRegionUrlMapPathMatcherRouteRulesOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.compute_region_url_map.ComputeRegionUrlMapPathMatcherRouteRulesOutputReference
-
- 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.876Z") @Stability(Stable) public class ComputeRegionUrlMapPathMatcherRouteRulesOutputReference 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 ComputeRegionUrlMapPathMatcherRouteRulesOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute, Number complexObjectIndex, Boolean complexObjectIsFromSet)protectedComputeRegionUrlMapPathMatcherRouteRulesOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedComputeRegionUrlMapPathMatcherRouteRulesOutputReference(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
-
ComputeRegionUrlMapPathMatcherRouteRulesOutputReference
protected ComputeRegionUrlMapPathMatcherRouteRulesOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
ComputeRegionUrlMapPathMatcherRouteRulesOutputReference
protected ComputeRegionUrlMapPathMatcherRouteRulesOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ComputeRegionUrlMapPathMatcherRouteRulesOutputReference
@Stability(Stable) public ComputeRegionUrlMapPathMatcherRouteRulesOutputReference(@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
-
putHeaderAction
@Stability(Stable) public void putHeaderAction(@NotNull ComputeRegionUrlMapPathMatcherRouteRulesHeaderAction value)- Parameters:
value- This parameter is required.
-
putMatchRules
@Stability(Stable) public void putMatchRules(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putRouteAction
@Stability(Stable) public void putRouteAction(@NotNull ComputeRegionUrlMapPathMatcherRouteRulesRouteAction value)- Parameters:
value- This parameter is required.
-
putUrlRedirect
@Stability(Stable) public void putUrlRedirect(@NotNull ComputeRegionUrlMapPathMatcherRouteRulesUrlRedirect value)- Parameters:
value- This parameter is required.
-
resetHeaderAction
@Stability(Stable) public void resetHeaderAction()
-
resetMatchRules
@Stability(Stable) public void resetMatchRules()
-
resetRouteAction
@Stability(Stable) public void resetRouteAction()
-
resetService
@Stability(Stable) public void resetService()
-
resetUrlRedirect
@Stability(Stable) public void resetUrlRedirect()
-
getHeaderAction
@Stability(Stable) @NotNull public ComputeRegionUrlMapPathMatcherRouteRulesHeaderActionOutputReference getHeaderAction()
-
getMatchRules
@Stability(Stable) @NotNull public ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesList getMatchRules()
-
getRouteAction
@Stability(Stable) @NotNull public ComputeRegionUrlMapPathMatcherRouteRulesRouteActionOutputReference getRouteAction()
-
getUrlRedirect
@Stability(Stable) @NotNull public ComputeRegionUrlMapPathMatcherRouteRulesUrlRedirectOutputReference getUrlRedirect()
-
getHeaderActionInput
@Stability(Stable) @Nullable public ComputeRegionUrlMapPathMatcherRouteRulesHeaderAction getHeaderActionInput()
-
getMatchRulesInput
@Stability(Stable) @Nullable public Object getMatchRulesInput()
-
getPriorityInput
@Stability(Stable) @Nullable public Number getPriorityInput()
-
getRouteActionInput
@Stability(Stable) @Nullable public ComputeRegionUrlMapPathMatcherRouteRulesRouteAction getRouteActionInput()
-
getServiceInput
@Stability(Stable) @Nullable public String getServiceInput()
-
getUrlRedirectInput
@Stability(Stable) @Nullable public ComputeRegionUrlMapPathMatcherRouteRulesUrlRedirect getUrlRedirectInput()
-
getPriority
@Stability(Stable) @NotNull public Number getPriority()
-
setPriority
@Stability(Stable) public void setPriority(@NotNull Number value)
-
getService
@Stability(Stable) @NotNull public String getService()
-
setService
@Stability(Stable) public void setService(@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 ComputeRegionUrlMapPathMatcherRouteRules value)
-
-