Interface ComputeSecurityPolicyRecaptchaOptionsConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeSecurityPolicyRecaptchaOptionsConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.956Z") @Stability(Stable) public interface ComputeSecurityPolicyRecaptchaOptionsConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeSecurityPolicyRecaptchaOptionsConfig.BuilderA builder forComputeSecurityPolicyRecaptchaOptionsConfigstatic classComputeSecurityPolicyRecaptchaOptionsConfig.Jsii$ProxyAn implementation forComputeSecurityPolicyRecaptchaOptionsConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ComputeSecurityPolicyRecaptchaOptionsConfig.Builderbuilder()StringgetRedirectSiteKey()A field to supply a reCAPTCHA site key to be used for all the rules using the redirect action with the type of GOOGLE_RECAPTCHA under the security policy.
-
-
-
Method Detail
-
getRedirectSiteKey
@Stability(Stable) @NotNull String getRedirectSiteKey()
A field to supply a reCAPTCHA site key to be used for all the rules using the redirect action with the type of GOOGLE_RECAPTCHA under the security policy.The specified site key needs to be created from the reCAPTCHA API. The user is responsible for the validity of the specified site key. If not specified, a Google-managed site key is used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_security_policy#redirect_site_key ComputeSecurityPolicy#redirect_site_key}
-
builder
@Stability(Stable) static ComputeSecurityPolicyRecaptchaOptionsConfig.Builder builder()
-
-