Class ComputeSecurityPolicyRuleRedirectOptions.Jsii$Proxy

    • Method Detail

      • getType

        public final String getType()
        Description copied from interface: ComputeSecurityPolicyRuleRedirectOptions
        Type of the redirect action.

        Available options: EXTERNAL_302: Must specify the corresponding target field in config. GOOGLE_RECAPTCHA: Cannot specify target field in config. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_security_policy#type ComputeSecurityPolicy#type}

        Specified by:
        getType in interface ComputeSecurityPolicyRuleRedirectOptions
      • getTarget

        public final String getTarget()
        Description copied from interface: ComputeSecurityPolicyRuleRedirectOptions
        Target for the redirect action. This is required if the type is EXTERNAL_302 and cannot be specified for GOOGLE_RECAPTCHA.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_security_policy#target ComputeSecurityPolicy#target}

        Specified by:
        getTarget in interface ComputeSecurityPolicyRuleRedirectOptions
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object