Class ComputeUrlMapPathMatcherDefaultRouteActionOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.compute_url_map.ComputeUrlMapPathMatcherDefaultRouteActionOutputReference
-
- 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.064Z") @Stability(Stable) public class ComputeUrlMapPathMatcherDefaultRouteActionOutputReference 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 ComputeUrlMapPathMatcherDefaultRouteActionOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedComputeUrlMapPathMatcherDefaultRouteActionOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedComputeUrlMapPathMatcherDefaultRouteActionOutputReference(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
-
ComputeUrlMapPathMatcherDefaultRouteActionOutputReference
protected ComputeUrlMapPathMatcherDefaultRouteActionOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
ComputeUrlMapPathMatcherDefaultRouteActionOutputReference
protected ComputeUrlMapPathMatcherDefaultRouteActionOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ComputeUrlMapPathMatcherDefaultRouteActionOutputReference
@Stability(Stable) public ComputeUrlMapPathMatcherDefaultRouteActionOutputReference(@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 ComputeUrlMapPathMatcherDefaultRouteActionCorsPolicy value)- Parameters:
value- This parameter is required.
-
putFaultInjectionPolicy
@Stability(Stable) public void putFaultInjectionPolicy(@NotNull ComputeUrlMapPathMatcherDefaultRouteActionFaultInjectionPolicy value)- Parameters:
value- This parameter is required.
-
putRequestMirrorPolicy
@Stability(Stable) public void putRequestMirrorPolicy(@NotNull ComputeUrlMapPathMatcherDefaultRouteActionRequestMirrorPolicy value)- Parameters:
value- This parameter is required.
-
putRetryPolicy
@Stability(Stable) public void putRetryPolicy(@NotNull ComputeUrlMapPathMatcherDefaultRouteActionRetryPolicy value)- Parameters:
value- This parameter is required.
-
putTimeout
@Stability(Stable) public void putTimeout(@NotNull ComputeUrlMapPathMatcherDefaultRouteActionTimeout value)- Parameters:
value- This parameter is required.
-
putUrlRewrite
@Stability(Stable) public void putUrlRewrite(@NotNull ComputeUrlMapPathMatcherDefaultRouteActionUrlRewrite 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 ComputeUrlMapPathMatcherDefaultRouteActionCorsPolicyOutputReference getCorsPolicy()
-
getFaultInjectionPolicy
@Stability(Stable) @NotNull public ComputeUrlMapPathMatcherDefaultRouteActionFaultInjectionPolicyOutputReference getFaultInjectionPolicy()
-
getRequestMirrorPolicy
@Stability(Stable) @NotNull public ComputeUrlMapPathMatcherDefaultRouteActionRequestMirrorPolicyOutputReference getRequestMirrorPolicy()
-
getRetryPolicy
@Stability(Stable) @NotNull public ComputeUrlMapPathMatcherDefaultRouteActionRetryPolicyOutputReference getRetryPolicy()
-
getTimeout
@Stability(Stable) @NotNull public ComputeUrlMapPathMatcherDefaultRouteActionTimeoutOutputReference getTimeout()
-
getUrlRewrite
@Stability(Stable) @NotNull public ComputeUrlMapPathMatcherDefaultRouteActionUrlRewriteOutputReference getUrlRewrite()
-
getWeightedBackendServices
@Stability(Stable) @NotNull public ComputeUrlMapPathMatcherDefaultRouteActionWeightedBackendServicesList getWeightedBackendServices()
-
getCorsPolicyInput
@Stability(Stable) @Nullable public ComputeUrlMapPathMatcherDefaultRouteActionCorsPolicy getCorsPolicyInput()
-
getFaultInjectionPolicyInput
@Stability(Stable) @Nullable public ComputeUrlMapPathMatcherDefaultRouteActionFaultInjectionPolicy getFaultInjectionPolicyInput()
-
getRequestMirrorPolicyInput
@Stability(Stable) @Nullable public ComputeUrlMapPathMatcherDefaultRouteActionRequestMirrorPolicy getRequestMirrorPolicyInput()
-
getRetryPolicyInput
@Stability(Stable) @Nullable public ComputeUrlMapPathMatcherDefaultRouteActionRetryPolicy getRetryPolicyInput()
-
getTimeoutInput
@Stability(Stable) @Nullable public ComputeUrlMapPathMatcherDefaultRouteActionTimeout getTimeoutInput()
-
getUrlRewriteInput
@Stability(Stable) @Nullable public ComputeUrlMapPathMatcherDefaultRouteActionUrlRewrite getUrlRewriteInput()
-
getWeightedBackendServicesInput
@Stability(Stable) @Nullable public Object getWeightedBackendServicesInput()
-
getInternalValue
@Stability(Stable) @Nullable public ComputeUrlMapPathMatcherDefaultRouteAction getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable ComputeUrlMapPathMatcherDefaultRouteAction value)
-
-