Class ComputeUrlMapPathMatcherPathRuleRouteActionOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.compute_url_map.ComputeUrlMapPathMatcherPathRuleRouteActionOutputReference
-
- 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:19.081Z") @Stability(Stable) public class ComputeUrlMapPathMatcherPathRuleRouteActionOutputReference 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 ComputeUrlMapPathMatcherPathRuleRouteActionOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedComputeUrlMapPathMatcherPathRuleRouteActionOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedComputeUrlMapPathMatcherPathRuleRouteActionOutputReference(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
-
ComputeUrlMapPathMatcherPathRuleRouteActionOutputReference
protected ComputeUrlMapPathMatcherPathRuleRouteActionOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
ComputeUrlMapPathMatcherPathRuleRouteActionOutputReference
protected ComputeUrlMapPathMatcherPathRuleRouteActionOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ComputeUrlMapPathMatcherPathRuleRouteActionOutputReference
@Stability(Stable) public ComputeUrlMapPathMatcherPathRuleRouteActionOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.
-
-
Method Detail
-
putCorsPolicy
@Stability(Stable) public void putCorsPolicy(@NotNull ComputeUrlMapPathMatcherPathRuleRouteActionCorsPolicy value)- Parameters:
value- This parameter is required.
-
putFaultInjectionPolicy
@Stability(Stable) public void putFaultInjectionPolicy(@NotNull ComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicy value)- Parameters:
value- This parameter is required.
-
putRequestMirrorPolicy
@Stability(Stable) public void putRequestMirrorPolicy(@NotNull ComputeUrlMapPathMatcherPathRuleRouteActionRequestMirrorPolicy value)- Parameters:
value- This parameter is required.
-
putRetryPolicy
@Stability(Stable) public void putRetryPolicy(@NotNull ComputeUrlMapPathMatcherPathRuleRouteActionRetryPolicy value)- Parameters:
value- This parameter is required.
-
putTimeout
@Stability(Stable) public void putTimeout(@NotNull ComputeUrlMapPathMatcherPathRuleRouteActionTimeout value)- Parameters:
value- This parameter is required.
-
putUrlRewrite
@Stability(Stable) public void putUrlRewrite(@NotNull ComputeUrlMapPathMatcherPathRuleRouteActionUrlRewrite value)- Parameters:
value- This parameter is required.
-
putWeightedBackendServices
@Stability(Stable) public void putWeightedBackendServices(@NotNull Object value)- Parameters:
value- This parameter is required.
-
resetCorsPolicy
@Stability(Stable) public void resetCorsPolicy()
-
resetFaultInjectionPolicy
@Stability(Stable) public void resetFaultInjectionPolicy()
-
resetRequestMirrorPolicy
@Stability(Stable) public void resetRequestMirrorPolicy()
-
resetRetryPolicy
@Stability(Stable) public void resetRetryPolicy()
-
resetTimeout
@Stability(Stable) public void resetTimeout()
-
resetUrlRewrite
@Stability(Stable) public void resetUrlRewrite()
-
resetWeightedBackendServices
@Stability(Stable) public void resetWeightedBackendServices()
-
getCorsPolicy
@Stability(Stable) @NotNull public ComputeUrlMapPathMatcherPathRuleRouteActionCorsPolicyOutputReference getCorsPolicy()
-
getFaultInjectionPolicy
@Stability(Stable) @NotNull public ComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyOutputReference getFaultInjectionPolicy()
-
getRequestMirrorPolicy
@Stability(Stable) @NotNull public ComputeUrlMapPathMatcherPathRuleRouteActionRequestMirrorPolicyOutputReference getRequestMirrorPolicy()
-
getRetryPolicy
@Stability(Stable) @NotNull public ComputeUrlMapPathMatcherPathRuleRouteActionRetryPolicyOutputReference getRetryPolicy()
-
getTimeout
@Stability(Stable) @NotNull public ComputeUrlMapPathMatcherPathRuleRouteActionTimeoutOutputReference getTimeout()
-
getUrlRewrite
@Stability(Stable) @NotNull public ComputeUrlMapPathMatcherPathRuleRouteActionUrlRewriteOutputReference getUrlRewrite()
-
getWeightedBackendServices
@Stability(Stable) @NotNull public ComputeUrlMapPathMatcherPathRuleRouteActionWeightedBackendServicesList getWeightedBackendServices()
-
getCorsPolicyInput
@Stability(Stable) @Nullable public ComputeUrlMapPathMatcherPathRuleRouteActionCorsPolicy getCorsPolicyInput()
-
getFaultInjectionPolicyInput
@Stability(Stable) @Nullable public ComputeUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicy getFaultInjectionPolicyInput()
-
getRequestMirrorPolicyInput
@Stability(Stable) @Nullable public ComputeUrlMapPathMatcherPathRuleRouteActionRequestMirrorPolicy getRequestMirrorPolicyInput()
-
getRetryPolicyInput
@Stability(Stable) @Nullable public ComputeUrlMapPathMatcherPathRuleRouteActionRetryPolicy getRetryPolicyInput()
-
getTimeoutInput
@Stability(Stable) @Nullable public ComputeUrlMapPathMatcherPathRuleRouteActionTimeout getTimeoutInput()
-
getUrlRewriteInput
@Stability(Stable) @Nullable public ComputeUrlMapPathMatcherPathRuleRouteActionUrlRewrite getUrlRewriteInput()
-
getWeightedBackendServicesInput
@Stability(Stable) @Nullable public Object getWeightedBackendServicesInput()
-
getInternalValue
@Stability(Stable) @Nullable public ComputeUrlMapPathMatcherPathRuleRouteAction getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable ComputeUrlMapPathMatcherPathRuleRouteAction value)
-
-