Class 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
    • 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()
      • getAllowHeadersInput

        @Stability(Stable)
        @Nullable
        public List<String> getAllowHeadersInput()
      • getAllowMethodsInput

        @Stability(Stable)
        @Nullable
        public List<String> getAllowMethodsInput()
      • getAllowOriginsInput

        @Stability(Stable)
        @Nullable
        public List<String> getAllowOriginsInput()
      • getDisabledInput

        @Stability(Stable)
        @Nullable
        public Object getDisabledInput()
      • getExposeHeadersInput

        @Stability(Stable)
        @Nullable
        public List<String> getExposeHeadersInput()
      • 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)
      • getAllowHeaders

        @Stability(Stable)
        @NotNull
        public List<String> getAllowHeaders()
      • setAllowHeaders

        @Stability(Stable)
        public void setAllowHeaders​(@NotNull
                                    List<String> value)
      • getAllowMethods

        @Stability(Stable)
        @NotNull
        public List<String> getAllowMethods()
      • setAllowMethods

        @Stability(Stable)
        public void setAllowMethods​(@NotNull
                                    List<String> value)
      • getAllowOrigins

        @Stability(Stable)
        @NotNull
        public List<String> getAllowOrigins()
      • setAllowOrigins

        @Stability(Stable)
        public void setAllowOrigins​(@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)
      • getExposeHeaders

        @Stability(Stable)
        @NotNull
        public List<String> getExposeHeaders()
      • setExposeHeaders

        @Stability(Stable)
        public void setExposeHeaders​(@NotNull
                                     List<String> value)
      • getMaxAge

        @Stability(Stable)
        @NotNull
        public String getMaxAge()
      • setMaxAge

        @Stability(Stable)
        public void setMaxAge​(@NotNull
                              String value)