Class ServiceAccountKeyConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.service_account_key.ServiceAccountKeyConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ServiceAccountKeyConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ServiceAccountKeyConfig
@Stability(Stable) @Internal public static final class ServiceAccountKeyConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ServiceAccountKeyConfig
An implementation forServiceAccountKeyConfig
-
-
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.service_account_key.ServiceAccountKeyConfig
ServiceAccountKeyConfig.Builder, ServiceAccountKeyConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ServiceAccountKeyConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theServiceAccountKeyConfig.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)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/service_account_key#id ServiceAccountKey#id}.Map<String,String>getKeepers()Arbitrary map of values that, when changed, will trigger recreation of resource.StringgetKeyAlgorithm()The algorithm used to generate the key, used only on create.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetPrivateKeyType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/service_account_key#private_key_type ServiceAccountKey#private_key_type}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()StringgetPublicKeyData()A field that allows clients to upload their own public key.StringgetPublicKeyType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/service_account_key#public_key_type ServiceAccountKey#public_key_type}.StringgetServiceAccountId()The ID of the parent service account of the key.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(ServiceAccountKeyConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theServiceAccountKeyConfig.Builder.
-
-
Method Detail
-
getServiceAccountId
public final String getServiceAccountId()
Description copied from interface:ServiceAccountKeyConfigThe ID of the parent service account of the key.This can be a string in the format {ACCOUNT} or projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}, where {ACCOUNT} is the email address or unique id of the service account. If the {ACCOUNT} syntax is used, the project will be inferred from the provider's configuration. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/service_account_key#service_account_id ServiceAccountKey#service_account_id}
- Specified by:
getServiceAccountIdin interfaceServiceAccountKeyConfig
-
getId
public final String getId()
Description copied from interface:ServiceAccountKeyConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/service_account_key#id ServiceAccountKey#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 interfaceServiceAccountKeyConfig
-
getKeepers
public final Map<String,String> getKeepers()
Description copied from interface:ServiceAccountKeyConfigArbitrary map of values that, when changed, will trigger recreation of resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/service_account_key#keepers ServiceAccountKey#keepers}
- Specified by:
getKeepersin interfaceServiceAccountKeyConfig
-
getKeyAlgorithm
public final String getKeyAlgorithm()
Description copied from interface:ServiceAccountKeyConfigThe algorithm used to generate the key, used only on create.KEY_ALG_RSA_2048 is the default algorithm. Valid values are: "KEY_ALG_RSA_1024", "KEY_ALG_RSA_2048". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/service_account_key#key_algorithm ServiceAccountKey#key_algorithm}
- Specified by:
getKeyAlgorithmin interfaceServiceAccountKeyConfig
-
getPrivateKeyType
public final String getPrivateKeyType()
Description copied from interface:ServiceAccountKeyConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/service_account_key#private_key_type ServiceAccountKey#private_key_type}.- Specified by:
getPrivateKeyTypein interfaceServiceAccountKeyConfig
-
getPublicKeyData
public final String getPublicKeyData()
Description copied from interface:ServiceAccountKeyConfigA field that allows clients to upload their own public key.If set, use this public key data to create a service account key for given service account. Please note, the expected format for this field is a base64 encoded X509_PEM. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/service_account_key#public_key_data ServiceAccountKey#public_key_data}
- Specified by:
getPublicKeyDatain interfaceServiceAccountKeyConfig
-
getPublicKeyType
public final String getPublicKeyType()
Description copied from interface:ServiceAccountKeyConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/service_account_key#public_key_type ServiceAccountKey#public_key_type}.- Specified by:
getPublicKeyTypein interfaceServiceAccountKeyConfig
-
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
-
-