Class ComputeSecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigOutputReference

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

      • ComputeSecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigOutputReference

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

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

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

      • resetEnable

        @Stability(Stable)
        public void resetEnable()
      • resetRuleVisibility

        @Stability(Stable)
        public void resetRuleVisibility()
      • getEnableInput

        @Stability(Stable)
        @Nullable
        public Object getEnableInput()
      • getRuleVisibilityInput

        @Stability(Stable)
        @Nullable
        public String getRuleVisibilityInput()
      • getEnable

        @Stability(Stable)
        @NotNull
        public Object getEnable()
      • setEnable

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

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

        @Stability(Stable)
        @NotNull
        public String getRuleVisibility()
      • setRuleVisibility

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