Class KmsCustomKeyStoreConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.kms_custom_key_store.KmsCustomKeyStoreConfig.Jsii$Proxy
-
- All Implemented Interfaces:
KmsCustomKeyStoreConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- KmsCustomKeyStoreConfig
@Stability(Stable) @Internal public static final class KmsCustomKeyStoreConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KmsCustomKeyStoreConfig
An implementation forKmsCustomKeyStoreConfig
-
-
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.aws.kms_custom_key_store.KmsCustomKeyStoreConfig
KmsCustomKeyStoreConfig.Builder, KmsCustomKeyStoreConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(KmsCustomKeyStoreConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theKmsCustomKeyStoreConfig.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)StringgetCloudHsmClusterId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kms_custom_key_store#cloud_hsm_cluster_id KmsCustomKeyStore#cloud_hsm_cluster_id}.ObjectgetConnection()ObjectgetCount()StringgetCustomKeyStoreName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kms_custom_key_store#custom_key_store_name KmsCustomKeyStore#custom_key_store_name}.List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kms_custom_key_store#id KmsCustomKeyStore#id}.StringgetKeyStorePassword()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kms_custom_key_store#key_store_password KmsCustomKeyStore#key_store_password}.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()KmsCustomKeyStoreTimeoutsgetTimeouts()timeouts block.StringgetTrustAnchorCertificate()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kms_custom_key_store#trust_anchor_certificate KmsCustomKeyStore#trust_anchor_certificate}.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(KmsCustomKeyStoreConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theKmsCustomKeyStoreConfig.Builder.
-
-
Method Detail
-
getCloudHsmClusterId
public final String getCloudHsmClusterId()
Description copied from interface:KmsCustomKeyStoreConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kms_custom_key_store#cloud_hsm_cluster_id KmsCustomKeyStore#cloud_hsm_cluster_id}.- Specified by:
getCloudHsmClusterIdin interfaceKmsCustomKeyStoreConfig
-
getCustomKeyStoreName
public final String getCustomKeyStoreName()
Description copied from interface:KmsCustomKeyStoreConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kms_custom_key_store#custom_key_store_name KmsCustomKeyStore#custom_key_store_name}.- Specified by:
getCustomKeyStoreNamein interfaceKmsCustomKeyStoreConfig
-
getKeyStorePassword
public final String getKeyStorePassword()
Description copied from interface:KmsCustomKeyStoreConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kms_custom_key_store#key_store_password KmsCustomKeyStore#key_store_password}.- Specified by:
getKeyStorePasswordin interfaceKmsCustomKeyStoreConfig
-
getTrustAnchorCertificate
public final String getTrustAnchorCertificate()
Description copied from interface:KmsCustomKeyStoreConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kms_custom_key_store#trust_anchor_certificate KmsCustomKeyStore#trust_anchor_certificate}.- Specified by:
getTrustAnchorCertificatein interfaceKmsCustomKeyStoreConfig
-
getId
public final String getId()
Description copied from interface:KmsCustomKeyStoreConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kms_custom_key_store#id KmsCustomKeyStore#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 interfaceKmsCustomKeyStoreConfig
-
getTimeouts
public final KmsCustomKeyStoreTimeouts getTimeouts()
Description copied from interface:KmsCustomKeyStoreConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kms_custom_key_store#timeouts KmsCustomKeyStore#timeouts}
- Specified by:
getTimeoutsin interfaceKmsCustomKeyStoreConfig
-
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
-
-