Class NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCdnPolicyCacheKeyPolicyOutputReference

  • 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.148Z")
    @Stability(Stable)
    public class NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCdnPolicyCacheKeyPolicyOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCdnPolicyCacheKeyPolicyOutputReference

        protected NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCdnPolicyCacheKeyPolicyOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCdnPolicyCacheKeyPolicyOutputReference

        protected NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCdnPolicyCacheKeyPolicyOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCdnPolicyCacheKeyPolicyOutputReference

        @Stability(Stable)
        public NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCdnPolicyCacheKeyPolicyOutputReference​(@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

      • resetExcludedQueryParameters

        @Stability(Stable)
        public void resetExcludedQueryParameters()
      • resetExcludeHost

        @Stability(Stable)
        public void resetExcludeHost()
      • resetExcludeQueryString

        @Stability(Stable)
        public void resetExcludeQueryString()
      • resetIncludedCookieNames

        @Stability(Stable)
        public void resetIncludedCookieNames()
      • resetIncludedHeaderNames

        @Stability(Stable)
        public void resetIncludedHeaderNames()
      • resetIncludedQueryParameters

        @Stability(Stable)
        public void resetIncludedQueryParameters()
      • resetIncludeProtocol

        @Stability(Stable)
        public void resetIncludeProtocol()
      • getExcludedQueryParametersInput

        @Stability(Stable)
        @Nullable
        public List<String> getExcludedQueryParametersInput()
      • getExcludeHostInput

        @Stability(Stable)
        @Nullable
        public Object getExcludeHostInput()
      • getExcludeQueryStringInput

        @Stability(Stable)
        @Nullable
        public Object getExcludeQueryStringInput()
      • getIncludedCookieNamesInput

        @Stability(Stable)
        @Nullable
        public List<String> getIncludedCookieNamesInput()
      • getIncludedHeaderNamesInput

        @Stability(Stable)
        @Nullable
        public List<String> getIncludedHeaderNamesInput()
      • getIncludedQueryParametersInput

        @Stability(Stable)
        @Nullable
        public List<String> getIncludedQueryParametersInput()
      • getIncludeProtocolInput

        @Stability(Stable)
        @Nullable
        public Object getIncludeProtocolInput()
      • getExcludedQueryParameters

        @Stability(Stable)
        @NotNull
        public List<String> getExcludedQueryParameters()
      • setExcludedQueryParameters

        @Stability(Stable)
        public void setExcludedQueryParameters​(@NotNull
                                               List<String> value)
      • getExcludeHost

        @Stability(Stable)
        @NotNull
        public Object getExcludeHost()
      • setExcludeHost

        @Stability(Stable)
        public void setExcludeHost​(@NotNull
                                   Boolean value)
      • setExcludeHost

        @Stability(Stable)
        public void setExcludeHost​(@NotNull
                                   com.hashicorp.cdktf.IResolvable value)
      • getExcludeQueryString

        @Stability(Stable)
        @NotNull
        public Object getExcludeQueryString()
      • setExcludeQueryString

        @Stability(Stable)
        public void setExcludeQueryString​(@NotNull
                                          Boolean value)
      • setExcludeQueryString

        @Stability(Stable)
        public void setExcludeQueryString​(@NotNull
                                          com.hashicorp.cdktf.IResolvable value)
      • getIncludedCookieNames

        @Stability(Stable)
        @NotNull
        public List<String> getIncludedCookieNames()
      • setIncludedCookieNames

        @Stability(Stable)
        public void setIncludedCookieNames​(@NotNull
                                           List<String> value)
      • getIncludedHeaderNames

        @Stability(Stable)
        @NotNull
        public List<String> getIncludedHeaderNames()
      • setIncludedHeaderNames

        @Stability(Stable)
        public void setIncludedHeaderNames​(@NotNull
                                           List<String> value)
      • getIncludedQueryParameters

        @Stability(Stable)
        @NotNull
        public List<String> getIncludedQueryParameters()
      • setIncludedQueryParameters

        @Stability(Stable)
        public void setIncludedQueryParameters​(@NotNull
                                               List<String> value)
      • getIncludeProtocol

        @Stability(Stable)
        @NotNull
        public Object getIncludeProtocol()
      • setIncludeProtocol

        @Stability(Stable)
        public void setIncludeProtocol​(@NotNull
                                       Boolean value)
      • setIncludeProtocol

        @Stability(Stable)
        public void setIncludeProtocol​(@NotNull
                                       com.hashicorp.cdktf.IResolvable value)