Class ComputeBackendBucketCdnPolicyCacheKeyPolicyOutputReference

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

      • ComputeBackendBucketCdnPolicyCacheKeyPolicyOutputReference

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

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

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

      • resetIncludeHttpHeaders

        @Stability(Stable)
        public void resetIncludeHttpHeaders()
      • resetQueryStringWhitelist

        @Stability(Stable)
        public void resetQueryStringWhitelist()
      • getIncludeHttpHeadersInput

        @Stability(Stable)
        @Nullable
        public List<String> getIncludeHttpHeadersInput()
      • getQueryStringWhitelistInput

        @Stability(Stable)
        @Nullable
        public List<String> getQueryStringWhitelistInput()
      • getIncludeHttpHeaders

        @Stability(Stable)
        @NotNull
        public List<String> getIncludeHttpHeaders()
      • setIncludeHttpHeaders

        @Stability(Stable)
        public void setIncludeHttpHeaders​(@NotNull
                                          List<String> value)
      • getQueryStringWhitelist

        @Stability(Stable)
        @NotNull
        public List<String> getQueryStringWhitelist()
      • setQueryStringWhitelist

        @Stability(Stable)
        public void setQueryStringWhitelist​(@NotNull
                                            List<String> value)