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
    • 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}