Class NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCorsPolicyOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.network_services_edge_cache_service.NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCorsPolicyOutputReference
-
- 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:22.149Z") @Stability(Stable) public class NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCorsPolicyOutputReference 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 NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCorsPolicyOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedNetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCorsPolicyOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedNetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCorsPolicyOutputReference(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
-
NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCorsPolicyOutputReference
protected NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCorsPolicyOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCorsPolicyOutputReference
protected NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCorsPolicyOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCorsPolicyOutputReference
@Stability(Stable) public NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCorsPolicyOutputReference(@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()
-
resetAllowOrigins
@Stability(Stable) public void resetAllowOrigins()
-
resetDisabled
@Stability(Stable) public void resetDisabled()
-
resetExposeHeaders
@Stability(Stable) public void resetExposeHeaders()
-
getAllowCredentialsInput
@Stability(Stable) @Nullable public Object getAllowCredentialsInput()
-
getDisabledInput
@Stability(Stable) @Nullable public Object getDisabledInput()
-
getMaxAgeInput
@Stability(Stable) @Nullable public String 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)
-
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 String getMaxAge()
-
setMaxAge
@Stability(Stable) public void setMaxAge(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCorsPolicy getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCorsPolicy value)
-
-