Interface KmsCustomKeyStoreConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
KmsCustomKeyStoreConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.563Z") @Stability(Stable) public interface KmsCustomKeyStoreConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKmsCustomKeyStoreConfig.BuilderA builder forKmsCustomKeyStoreConfigstatic classKmsCustomKeyStoreConfig.Jsii$ProxyAn implementation forKmsCustomKeyStoreConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KmsCustomKeyStoreConfig.Builderbuilder()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}.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}.default 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}.default 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}.
-
-
-
Method Detail
-
getCloudHsmClusterId
@Stability(Stable) @NotNull String getCloudHsmClusterId()
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}.
-
getCustomKeyStoreName
@Stability(Stable) @NotNull String getCustomKeyStoreName()
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}.
-
getKeyStorePassword
@Stability(Stable) @NotNull String getKeyStorePassword()
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}.
-
getTrustAnchorCertificate
@Stability(Stable) @NotNull String getTrustAnchorCertificate()
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}.
-
getId
@Stability(Stable) @Nullable default String getId()
Docs 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.
-
getTimeouts
@Stability(Stable) @Nullable default KmsCustomKeyStoreTimeouts getTimeouts()
timeouts 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}
-
builder
@Stability(Stable) static KmsCustomKeyStoreConfig.Builder builder()
- Returns:
- a
KmsCustomKeyStoreConfig.BuilderofKmsCustomKeyStoreConfig
-
-