Class ComputeRegionUrlMapPathMatcherRouteRulesUrlRedirectOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.compute_region_url_map.ComputeRegionUrlMapPathMatcherRouteRulesUrlRedirectOutputReference
-
- 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.891Z") @Stability(Stable) public class ComputeRegionUrlMapPathMatcherRouteRulesUrlRedirectOutputReference 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 ComputeRegionUrlMapPathMatcherRouteRulesUrlRedirectOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedComputeRegionUrlMapPathMatcherRouteRulesUrlRedirectOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedComputeRegionUrlMapPathMatcherRouteRulesUrlRedirectOutputReference(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
-
ComputeRegionUrlMapPathMatcherRouteRulesUrlRedirectOutputReference
protected ComputeRegionUrlMapPathMatcherRouteRulesUrlRedirectOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
ComputeRegionUrlMapPathMatcherRouteRulesUrlRedirectOutputReference
protected ComputeRegionUrlMapPathMatcherRouteRulesUrlRedirectOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ComputeRegionUrlMapPathMatcherRouteRulesUrlRedirectOutputReference
@Stability(Stable) public ComputeRegionUrlMapPathMatcherRouteRulesUrlRedirectOutputReference(@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
-
resetHostRedirect
@Stability(Stable) public void resetHostRedirect()
-
resetHttpsRedirect
@Stability(Stable) public void resetHttpsRedirect()
-
resetPathRedirect
@Stability(Stable) public void resetPathRedirect()
-
resetPrefixRedirect
@Stability(Stable) public void resetPrefixRedirect()
-
resetRedirectResponseCode
@Stability(Stable) public void resetRedirectResponseCode()
-
resetStripQuery
@Stability(Stable) public void resetStripQuery()
-
getHostRedirectInput
@Stability(Stable) @Nullable public String getHostRedirectInput()
-
getHttpsRedirectInput
@Stability(Stable) @Nullable public Object getHttpsRedirectInput()
-
getPathRedirectInput
@Stability(Stable) @Nullable public String getPathRedirectInput()
-
getPrefixRedirectInput
@Stability(Stable) @Nullable public String getPrefixRedirectInput()
-
getRedirectResponseCodeInput
@Stability(Stable) @Nullable public String getRedirectResponseCodeInput()
-
getStripQueryInput
@Stability(Stable) @Nullable public Object getStripQueryInput()
-
getHostRedirect
@Stability(Stable) @NotNull public String getHostRedirect()
-
setHostRedirect
@Stability(Stable) public void setHostRedirect(@NotNull String value)
-
getHttpsRedirect
@Stability(Stable) @NotNull public Object getHttpsRedirect()
-
setHttpsRedirect
@Stability(Stable) public void setHttpsRedirect(@NotNull Boolean value)
-
setHttpsRedirect
@Stability(Stable) public void setHttpsRedirect(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getPathRedirect
@Stability(Stable) @NotNull public String getPathRedirect()
-
setPathRedirect
@Stability(Stable) public void setPathRedirect(@NotNull String value)
-
getPrefixRedirect
@Stability(Stable) @NotNull public String getPrefixRedirect()
-
setPrefixRedirect
@Stability(Stable) public void setPrefixRedirect(@NotNull String value)
-
getRedirectResponseCode
@Stability(Stable) @NotNull public String getRedirectResponseCode()
-
setRedirectResponseCode
@Stability(Stable) public void setRedirectResponseCode(@NotNull String value)
-
getStripQuery
@Stability(Stable) @NotNull public Object getStripQuery()
-
setStripQuery
@Stability(Stable) public void setStripQuery(@NotNull Boolean value)
-
setStripQuery
@Stability(Stable) public void setStripQuery(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getInternalValue
@Stability(Stable) @Nullable public ComputeRegionUrlMapPathMatcherRouteRulesUrlRedirect getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable ComputeRegionUrlMapPathMatcherRouteRulesUrlRedirect value)
-
-