Class FirebaseAppCheckDeviceCheckConfigConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.firebase_app_check_device_check_config.FirebaseAppCheckDeviceCheckConfigConfig.Jsii$Proxy
-
- All Implemented Interfaces:
FirebaseAppCheckDeviceCheckConfigConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- FirebaseAppCheckDeviceCheckConfigConfig
@Stability(Stable) @Internal public static final class FirebaseAppCheckDeviceCheckConfigConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FirebaseAppCheckDeviceCheckConfigConfig
An implementation forFirebaseAppCheckDeviceCheckConfigConfig
-
-
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_device_check_config.FirebaseAppCheckDeviceCheckConfigConfig
FirebaseAppCheckDeviceCheckConfigConfig.Builder, FirebaseAppCheckDeviceCheckConfigConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(FirebaseAppCheckDeviceCheckConfigConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theFirebaseAppCheckDeviceCheckConfigConfig.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 Apple 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_device_check_config#id FirebaseAppCheckDeviceCheckConfig#id}.StringgetKeyId()The key identifier of a private key enabled with DeviceCheck, created in your Apple Developer account.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetPrivateKey()The contents of the private key (.p8) file associated with the key specified by keyId.StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firebase_app_check_device_check_config#project FirebaseAppCheckDeviceCheckConfig#project}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()FirebaseAppCheckDeviceCheckConfigTimeoutsgetTimeouts()timeouts block.StringgetTokenTtl()Specifies the duration for which App Check tokens exchanged from DeviceCheck 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(FirebaseAppCheckDeviceCheckConfigConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theFirebaseAppCheckDeviceCheckConfigConfig.Builder.
-
-
Method Detail
-
getAppId
public final String getAppId()
Description copied from interface:FirebaseAppCheckDeviceCheckConfigConfigThe ID of an Apple App.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firebase_app_check_device_check_config#app_id FirebaseAppCheckDeviceCheckConfig#app_id}
- Specified by:
getAppIdin interfaceFirebaseAppCheckDeviceCheckConfigConfig
-
getKeyId
public final String getKeyId()
Description copied from interface:FirebaseAppCheckDeviceCheckConfigConfigThe key identifier of a private key enabled with DeviceCheck, created in your Apple Developer account.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firebase_app_check_device_check_config#key_id FirebaseAppCheckDeviceCheckConfig#key_id}
- Specified by:
getKeyIdin interfaceFirebaseAppCheckDeviceCheckConfigConfig
-
getPrivateKey
public final String getPrivateKey()
Description copied from interface:FirebaseAppCheckDeviceCheckConfigConfigThe contents of the private key (.p8) file associated with the key specified by keyId.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firebase_app_check_device_check_config#private_key FirebaseAppCheckDeviceCheckConfig#private_key}
- Specified by:
getPrivateKeyin interfaceFirebaseAppCheckDeviceCheckConfigConfig
-
getId
public final String getId()
Description copied from interface:FirebaseAppCheckDeviceCheckConfigConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firebase_app_check_device_check_config#id FirebaseAppCheckDeviceCheckConfig#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 interfaceFirebaseAppCheckDeviceCheckConfigConfig
-
getProject
public final String getProject()
Description copied from interface:FirebaseAppCheckDeviceCheckConfigConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firebase_app_check_device_check_config#project FirebaseAppCheckDeviceCheckConfig#project}.- Specified by:
getProjectin interfaceFirebaseAppCheckDeviceCheckConfigConfig
-
getTimeouts
public final FirebaseAppCheckDeviceCheckConfigTimeouts getTimeouts()
Description copied from interface:FirebaseAppCheckDeviceCheckConfigConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firebase_app_check_device_check_config#timeouts FirebaseAppCheckDeviceCheckConfig#timeouts}
- Specified by:
getTimeoutsin interfaceFirebaseAppCheckDeviceCheckConfigConfig
-
getTokenTtl
public final String getTokenTtl()
Description copied from interface:FirebaseAppCheckDeviceCheckConfigConfigSpecifies the duration for which App Check tokens exchanged from DeviceCheck 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_device_check_config#token_ttl FirebaseAppCheckDeviceCheckConfig#token_ttl}
- Specified by:
getTokenTtlin interfaceFirebaseAppCheckDeviceCheckConfigConfig
-
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
-
-