Class FirebaseAppCheckRecaptchaV3ConfigConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.firebase_app_check_recaptcha_v3_config.FirebaseAppCheckRecaptchaV3ConfigConfig.Jsii$Proxy
-
- All Implemented Interfaces:
FirebaseAppCheckRecaptchaV3ConfigConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- FirebaseAppCheckRecaptchaV3ConfigConfig
@Stability(Stable) @Internal public static final class FirebaseAppCheckRecaptchaV3ConfigConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FirebaseAppCheckRecaptchaV3ConfigConfig
An implementation forFirebaseAppCheckRecaptchaV3ConfigConfig
-
-
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.firebase_app_check_recaptcha_v3_config.FirebaseAppCheckRecaptchaV3ConfigConfig
FirebaseAppCheckRecaptchaV3ConfigConfig.Builder, FirebaseAppCheckRecaptchaV3ConfigConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(FirebaseAppCheckRecaptchaV3ConfigConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theFirebaseAppCheckRecaptchaV3ConfigConfig.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)StringgetAppId()The ID of an Web App.ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()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}.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetProject()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}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()StringgetSiteSecret()The site secret used to identify your service for reCAPTCHA v3 verification.FirebaseAppCheckRecaptchaV3ConfigTimeoutsgetTimeouts()timeouts block.StringgetTokenTtl()Specifies the duration for which App Check tokens exchanged from reCAPTCHA V3 artifacts will be valid.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(FirebaseAppCheckRecaptchaV3ConfigConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theFirebaseAppCheckRecaptchaV3ConfigConfig.Builder.
-
-
Method Detail
-
getAppId
public final String getAppId()
Description copied from interface:FirebaseAppCheckRecaptchaV3ConfigConfigThe 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}
- Specified by:
getAppIdin interfaceFirebaseAppCheckRecaptchaV3ConfigConfig
-
getSiteSecret
public final String getSiteSecret()
Description copied from interface:FirebaseAppCheckRecaptchaV3ConfigConfigThe 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}
- Specified by:
getSiteSecretin interfaceFirebaseAppCheckRecaptchaV3ConfigConfig
-
getId
public final String getId()
Description copied from interface:FirebaseAppCheckRecaptchaV3ConfigConfigDocs 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.
- Specified by:
getIdin interfaceFirebaseAppCheckRecaptchaV3ConfigConfig
-
getProject
public final String getProject()
Description copied from interface:FirebaseAppCheckRecaptchaV3ConfigConfigDocs 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}.- Specified by:
getProjectin interfaceFirebaseAppCheckRecaptchaV3ConfigConfig
-
getTimeouts
public final FirebaseAppCheckRecaptchaV3ConfigTimeouts getTimeouts()
Description copied from interface:FirebaseAppCheckRecaptchaV3ConfigConfigtimeouts 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}
- Specified by:
getTimeoutsin interfaceFirebaseAppCheckRecaptchaV3ConfigConfig
-
getTokenTtl
public final String getTokenTtl()
Description copied from interface:FirebaseAppCheckRecaptchaV3ConfigConfigSpecifies 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}
- Specified by:
getTokenTtlin interfaceFirebaseAppCheckRecaptchaV3ConfigConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-