Class FirebaseAppCheckRecaptchaV3Config.Builder

    • Method Detail

      • connection

        @Stability(Experimental)
        public FirebaseAppCheckRecaptchaV3Config.Builder connection​(com.hashicorp.cdktf.SSHProvisionerConnection connection)
        Parameters:
        connection - This parameter is required.
        Returns:
        this
      • connection

        @Stability(Experimental)
        public FirebaseAppCheckRecaptchaV3Config.Builder connection​(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
        Parameters:
        connection - This parameter is required.
        Returns:
        this
      • dependsOn

        @Stability(Experimental)
        public FirebaseAppCheckRecaptchaV3Config.Builder dependsOn​(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
        Parameters:
        dependsOn - This parameter is required.
        Returns:
        this
      • forEach

        @Stability(Experimental)
        public FirebaseAppCheckRecaptchaV3Config.Builder forEach​(com.hashicorp.cdktf.ITerraformIterator forEach)
        Parameters:
        forEach - This parameter is required.
        Returns:
        this
      • lifecycle

        @Stability(Experimental)
        public FirebaseAppCheckRecaptchaV3Config.Builder lifecycle​(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
        Parameters:
        lifecycle - This parameter is required.
        Returns:
        this
      • provider

        @Stability(Experimental)
        public FirebaseAppCheckRecaptchaV3Config.Builder provider​(com.hashicorp.cdktf.TerraformProvider provider)
        Parameters:
        provider - This parameter is required.
        Returns:
        this
      • appId

        @Stability(Stable)
        public FirebaseAppCheckRecaptchaV3Config.Builder appId​(String appId)
        The ID of an Web App.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firebase_app_check_recaptcha_v3_config#app_id FirebaseAppCheckRecaptchaV3Config#app_id}

        Parameters:
        appId - The ID of an Web App. This parameter is required.
        Returns:
        this
      • siteSecret

        @Stability(Stable)
        public FirebaseAppCheckRecaptchaV3Config.Builder siteSecret​(String siteSecret)
        The site secret used to identify your service for reCAPTCHA v3 verification.

        For security reasons, this field will never be populated in any response. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firebase_app_check_recaptcha_v3_config#site_secret FirebaseAppCheckRecaptchaV3Config#site_secret}

        Parameters:
        siteSecret - The site secret used to identify your service for reCAPTCHA v3 verification. This parameter is required.
        Returns:
        this
      • id

        @Stability(Stable)
        public FirebaseAppCheckRecaptchaV3Config.Builder id​(String id)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firebase_app_check_recaptcha_v3_config#id FirebaseAppCheckRecaptchaV3Config#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.

        Parameters:
        id - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firebase_app_check_recaptcha_v3_config#id FirebaseAppCheckRecaptchaV3Config#id}. This parameter is required.
        Returns:
        this
      • project

        @Stability(Stable)
        public FirebaseAppCheckRecaptchaV3Config.Builder project​(String project)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firebase_app_check_recaptcha_v3_config#project FirebaseAppCheckRecaptchaV3Config#project}.

        Parameters:
        project - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firebase_app_check_recaptcha_v3_config#project FirebaseAppCheckRecaptchaV3Config#project}. This parameter is required.
        Returns:
        this
      • timeouts

        @Stability(Stable)
        public FirebaseAppCheckRecaptchaV3Config.Builder timeouts​(FirebaseAppCheckRecaptchaV3ConfigTimeouts timeouts)
        timeouts block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firebase_app_check_recaptcha_v3_config#timeouts FirebaseAppCheckRecaptchaV3Config#timeouts}

        Parameters:
        timeouts - timeouts block. This parameter is required.
        Returns:
        this
      • tokenTtl

        @Stability(Stable)
        public FirebaseAppCheckRecaptchaV3Config.Builder tokenTtl​(String tokenTtl)
        Specifies the duration for which App Check tokens exchanged from reCAPTCHA V3 artifacts will be valid.

        If unset, a default value of 1 hour is assumed. Must be between 30 minutes and 7 days, inclusive. A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firebase_app_check_recaptcha_v3_config#token_ttl FirebaseAppCheckRecaptchaV3Config#token_ttl}

        Parameters:
        tokenTtl - Specifies the duration for which App Check tokens exchanged from reCAPTCHA V3 artifacts will be valid. This parameter is required.
        Returns:
        this