Interface RecaptchaEnterpriseKeyConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
RecaptchaEnterpriseKeyConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.504Z") @Stability(Stable) public interface RecaptchaEnterpriseKeyConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRecaptchaEnterpriseKeyConfig.BuilderA builder forRecaptchaEnterpriseKeyConfigstatic classRecaptchaEnterpriseKeyConfig.Jsii$ProxyAn implementation forRecaptchaEnterpriseKeyConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static RecaptchaEnterpriseKeyConfig.Builderbuilder()default RecaptchaEnterpriseKeyAndroidSettingsgetAndroidSettings()android_settings block.StringgetDisplayName()Human-readable display name of this key.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/recaptcha_enterprise_key#id RecaptchaEnterpriseKey#id}.default RecaptchaEnterpriseKeyIosSettingsgetIosSettings()ios_settings block.default Map<String,String>getLabels()default StringgetProject()The project for the resource.default RecaptchaEnterpriseKeyTestingOptionsgetTestingOptions()testing_options block.default RecaptchaEnterpriseKeyTimeoutsgetTimeouts()timeouts block.default RecaptchaEnterpriseKeyWafSettingsgetWafSettings()waf_settings block.default RecaptchaEnterpriseKeyWebSettingsgetWebSettings()web_settings block.
-
-
-
Method Detail
-
getDisplayName
@Stability(Stable) @NotNull String getDisplayName()
Human-readable display name of this key. Modifiable by user.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/recaptcha_enterprise_key#display_name RecaptchaEnterpriseKey#display_name}
-
getAndroidSettings
@Stability(Stable) @Nullable default RecaptchaEnterpriseKeyAndroidSettings getAndroidSettings()
android_settings block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/recaptcha_enterprise_key#android_settings RecaptchaEnterpriseKey#android_settings}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/recaptcha_enterprise_key#id RecaptchaEnterpriseKey#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getIosSettings
@Stability(Stable) @Nullable default RecaptchaEnterpriseKeyIosSettings getIosSettings()
ios_settings block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/recaptcha_enterprise_key#ios_settings RecaptchaEnterpriseKey#ios_settings}
-
getLabels
@Stability(Stable) @Nullable default Map<String,String> getLabels()
See Creating and managing labels.**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/recaptcha_enterprise_key#labels RecaptchaEnterpriseKey#labels}
-
getProject
@Stability(Stable) @Nullable default String getProject()
The project for the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/recaptcha_enterprise_key#project RecaptchaEnterpriseKey#project}
-
getTestingOptions
@Stability(Stable) @Nullable default RecaptchaEnterpriseKeyTestingOptions getTestingOptions()
testing_options block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/recaptcha_enterprise_key#testing_options RecaptchaEnterpriseKey#testing_options}
-
getTimeouts
@Stability(Stable) @Nullable default RecaptchaEnterpriseKeyTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/recaptcha_enterprise_key#timeouts RecaptchaEnterpriseKey#timeouts}
-
getWafSettings
@Stability(Stable) @Nullable default RecaptchaEnterpriseKeyWafSettings getWafSettings()
waf_settings block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/recaptcha_enterprise_key#waf_settings RecaptchaEnterpriseKey#waf_settings}
-
getWebSettings
@Stability(Stable) @Nullable default RecaptchaEnterpriseKeyWebSettings getWebSettings()
web_settings block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/recaptcha_enterprise_key#web_settings RecaptchaEnterpriseKey#web_settings}
-
builder
@Stability(Stable) static RecaptchaEnterpriseKeyConfig.Builder builder()
-
-