Interface RecaptchaEnterpriseKeyWafSettings
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
RecaptchaEnterpriseKeyWafSettings.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.515Z") @Stability(Stable) public interface RecaptchaEnterpriseKeyWafSettings extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRecaptchaEnterpriseKeyWafSettings.BuilderA builder forRecaptchaEnterpriseKeyWafSettingsstatic classRecaptchaEnterpriseKeyWafSettings.Jsii$ProxyAn implementation forRecaptchaEnterpriseKeyWafSettings
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static RecaptchaEnterpriseKeyWafSettings.Builderbuilder()StringgetWafFeature()Supported WAF features.StringgetWafService()The WAF service that uses this key.
-
-
-
Method Detail
-
getWafFeature
@Stability(Stable) @NotNull String getWafFeature()
Supported WAF features. For more information, see https://cloud.google.com/recaptcha-enterprise/docs/usecase#comparison_of_features. Possible values: CHALLENGE_PAGE, SESSION_TOKEN, ACTION_TOKEN, EXPRESS.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/recaptcha_enterprise_key#waf_feature RecaptchaEnterpriseKey#waf_feature}
-
getWafService
@Stability(Stable) @NotNull String getWafService()
The WAF service that uses this key. Possible values: CA, FASTLY.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/recaptcha_enterprise_key#waf_service RecaptchaEnterpriseKey#waf_service}
-
builder
@Stability(Stable) static RecaptchaEnterpriseKeyWafSettings.Builder builder()
-
-