Interface KmsCryptoKeyVersionConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
KmsCryptoKeyVersionConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.773Z") @Stability(Stable) public interface KmsCryptoKeyVersionConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKmsCryptoKeyVersionConfig.BuilderA builder forKmsCryptoKeyVersionConfigstatic classKmsCryptoKeyVersionConfig.Jsii$ProxyAn implementation forKmsCryptoKeyVersionConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KmsCryptoKeyVersionConfig.Builderbuilder()StringgetCryptoKey()The name of the cryptoKey associated with the CryptoKeyVersions.default KmsCryptoKeyVersionExternalProtectionLevelOptionsgetExternalProtectionLevelOptions()external_protection_level_options block.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/kms_crypto_key_version#id KmsCryptoKeyVersion#id}.default StringgetState()The current state of the CryptoKeyVersion.default KmsCryptoKeyVersionTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getCryptoKey
@Stability(Stable) @NotNull String getCryptoKey()
The name of the cryptoKey associated with the CryptoKeyVersions. Format: ''projects/{{project}}/locations/{{location}}/keyRings/{{keyring}}/cryptoKeys/{{cryptoKey}}''.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/kms_crypto_key_version#crypto_key KmsCryptoKeyVersion#crypto_key}
-
getExternalProtectionLevelOptions
@Stability(Stable) @Nullable default KmsCryptoKeyVersionExternalProtectionLevelOptions getExternalProtectionLevelOptions()
external_protection_level_options block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/kms_crypto_key_version#external_protection_level_options KmsCryptoKeyVersion#external_protection_level_options}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/kms_crypto_key_version#id KmsCryptoKeyVersion#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.
-
getState
@Stability(Stable) @Nullable default String getState()
The current state of the CryptoKeyVersion. Possible values: ["PENDING_GENERATION", "ENABLED", "DISABLED", "DESTROYED", "DESTROY_SCHEDULED", "PENDING_IMPORT", "IMPORT_FAILED"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/kms_crypto_key_version#state KmsCryptoKeyVersion#state}
-
getTimeouts
@Stability(Stable) @Nullable default KmsCryptoKeyVersionTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/kms_crypto_key_version#timeouts KmsCryptoKeyVersion#timeouts}
-
builder
@Stability(Stable) static KmsCryptoKeyVersionConfig.Builder builder()
- Returns:
- a
KmsCryptoKeyVersionConfig.BuilderofKmsCryptoKeyVersionConfig
-
-