Class ComputeRegionUrlMapDefaultRouteActionCorsPolicyOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.compute_region_url_map.ComputeRegionUrlMapDefaultRouteActionCorsPolicyOutputReference
-
- 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.841Z") @Stability(Stable) public class ComputeRegionUrlMapDefaultRouteActionCorsPolicyOutputReference 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 ComputeRegionUrlMapDefaultRouteActionCorsPolicyOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedComputeRegionUrlMapDefaultRouteActionCorsPolicyOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedComputeRegionUrlMapDefaultRouteActionCorsPolicyOutputReference(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
-
ComputeRegionUrlMapDefaultRouteActionCorsPolicyOutputReference
protected ComputeRegionUrlMapDefaultRouteActionCorsPolicyOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
ComputeRegionUrlMapDefaultRouteActionCorsPolicyOutputReference
protected ComputeRegionUrlMapDefaultRouteActionCorsPolicyOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ComputeRegionUrlMapDefaultRouteActionCorsPolicyOutputReference
@Stability(Stable) public ComputeRegionUrlMapDefaultRouteActionCorsPolicyOutputReference(@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
-
resetAllowCredentials
@Stability(Stable) public void resetAllowCredentials()
-
resetAllowHeaders
@Stability(Stable) public void resetAllowHeaders()
-
resetAllowMethods
@Stability(Stable) public void resetAllowMethods()
-
resetAllowOriginRegexes
@Stability(Stable) public void resetAllowOriginRegexes()
-
resetAllowOrigins
@Stability(Stable) public void resetAllowOrigins()
-
resetDisabled
@Stability(Stable) public void resetDisabled()
-
resetExposeHeaders
@Stability(Stable) public void resetExposeHeaders()
-
resetMaxAge
@Stability(Stable) public void resetMaxAge()
-
getAllowCredentialsInput
@Stability(Stable) @Nullable public Object getAllowCredentialsInput()
-
getAllowOriginRegexesInput
@Stability(Stable) @Nullable public List<String> getAllowOriginRegexesInput()
-
getDisabledInput
@Stability(Stable) @Nullable public Object getDisabledInput()
-
getMaxAgeInput
@Stability(Stable) @Nullable public Number getMaxAgeInput()
-
getAllowCredentials
@Stability(Stable) @NotNull public Object getAllowCredentials()
-
setAllowCredentials
@Stability(Stable) public void setAllowCredentials(@NotNull Boolean value)
-
setAllowCredentials
@Stability(Stable) public void setAllowCredentials(@NotNull com.hashicorp.cdktf.IResolvable value)
-
setAllowOriginRegexes
@Stability(Stable) public void setAllowOriginRegexes(@NotNull List<String> value)
-
getDisabled
@Stability(Stable) @NotNull public Object getDisabled()
-
setDisabled
@Stability(Stable) public void setDisabled(@NotNull Boolean value)
-
setDisabled
@Stability(Stable) public void setDisabled(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getMaxAge
@Stability(Stable) @NotNull public Number getMaxAge()
-
setMaxAge
@Stability(Stable) public void setMaxAge(@NotNull Number value)
-
getInternalValue
@Stability(Stable) @Nullable public ComputeRegionUrlMapDefaultRouteActionCorsPolicy getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable ComputeRegionUrlMapDefaultRouteActionCorsPolicy value)
-
-