Class RecaptchaEnterpriseKeyWebSettings.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.recaptcha_enterprise_key.RecaptchaEnterpriseKeyWebSettings.Jsii$Proxy
-
- All Implemented Interfaces:
RecaptchaEnterpriseKeyWebSettings,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- RecaptchaEnterpriseKeyWebSettings
@Stability(Stable) @Internal public static final class RecaptchaEnterpriseKeyWebSettings.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements RecaptchaEnterpriseKeyWebSettings
An implementation forRecaptchaEnterpriseKeyWebSettings
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.recaptcha_enterprise_key.RecaptchaEnterpriseKeyWebSettings
RecaptchaEnterpriseKeyWebSettings.Builder, RecaptchaEnterpriseKeyWebSettings.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(RecaptchaEnterpriseKeyWebSettings.Builder builder)Constructor that initializes the object based on literal property values passed by theRecaptchaEnterpriseKeyWebSettings.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetAllowAllDomains()If set to true, it means allowed_domains will not be enforced.ObjectgetAllowAmpTraffic()If set to true, the key can be used on AMP (Accelerated Mobile Pages) websites.List<String>getAllowedDomains()Domains or subdomains of websites allowed to use the key.StringgetChallengeSecurityPreference()Settings for the frequency and difficulty at which this key triggers captcha challenges.StringgetIntegrationType()Required.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(RecaptchaEnterpriseKeyWebSettings.Builder builder)
Constructor that initializes the object based on literal property values passed by theRecaptchaEnterpriseKeyWebSettings.Builder.
-
-
Method Detail
-
getIntegrationType
public final String getIntegrationType()
Description copied from interface:RecaptchaEnterpriseKeyWebSettingsRequired. Describes how this key is integrated with the website. Possible values: SCORE, CHECKBOX, INVISIBLE.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/recaptcha_enterprise_key#integration_type RecaptchaEnterpriseKey#integration_type}
- Specified by:
getIntegrationTypein interfaceRecaptchaEnterpriseKeyWebSettings
-
getAllowAllDomains
public final Object getAllowAllDomains()
Description copied from interface:RecaptchaEnterpriseKeyWebSettingsIf set to true, it means allowed_domains will not be enforced.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/recaptcha_enterprise_key#allow_all_domains RecaptchaEnterpriseKey#allow_all_domains}
- Specified by:
getAllowAllDomainsin interfaceRecaptchaEnterpriseKeyWebSettings
-
getAllowAmpTraffic
public final Object getAllowAmpTraffic()
Description copied from interface:RecaptchaEnterpriseKeyWebSettingsIf set to true, the key can be used on AMP (Accelerated Mobile Pages) websites.This is supported only for the SCORE integration type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/recaptcha_enterprise_key#allow_amp_traffic RecaptchaEnterpriseKey#allow_amp_traffic}
- Specified by:
getAllowAmpTrafficin interfaceRecaptchaEnterpriseKeyWebSettings
-
getAllowedDomains
public final List<String> getAllowedDomains()
Description copied from interface:RecaptchaEnterpriseKeyWebSettingsDomains or subdomains of websites allowed to use the key.All subdomains of an allowed domain are automatically allowed. A valid domain requires a host and must not include any path, port, query or fragment. Examples: 'example.com' or 'subdomain.example.com' Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/recaptcha_enterprise_key#allowed_domains RecaptchaEnterpriseKey#allowed_domains}
- Specified by:
getAllowedDomainsin interfaceRecaptchaEnterpriseKeyWebSettings
-
getChallengeSecurityPreference
public final String getChallengeSecurityPreference()
Description copied from interface:RecaptchaEnterpriseKeyWebSettingsSettings for the frequency and difficulty at which this key triggers captcha challenges.This should only be specified for IntegrationTypes CHECKBOX and INVISIBLE. Possible values: CHALLENGE_SECURITY_PREFERENCE_UNSPECIFIED, USABILITY, BALANCE, SECURITY Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/recaptcha_enterprise_key#challenge_security_preference RecaptchaEnterpriseKey#challenge_security_preference}
- Specified by:
getChallengeSecurityPreferencein interfaceRecaptchaEnterpriseKeyWebSettings
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-