Interface KmsKeyRingImportJobConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
KmsKeyRingImportJobConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.796Z") @Stability(Stable) public interface KmsKeyRingImportJobConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKmsKeyRingImportJobConfig.BuilderA builder forKmsKeyRingImportJobConfigstatic classKmsKeyRingImportJobConfig.Jsii$ProxyAn implementation forKmsKeyRingImportJobConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KmsKeyRingImportJobConfig.Builderbuilder()default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/kms_key_ring_import_job#id KmsKeyRingImportJob#id}.StringgetImportJobId()It must be unique within a KeyRing and match the regular expression [a-zA-Z0-9_-]{1,63}.StringgetImportMethod()The wrapping method to be used for incoming key material.StringgetKeyRing()The KeyRing that this import job belongs to.StringgetProtectionLevel()The protection level of the ImportJob.default KmsKeyRingImportJobTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getImportJobId
@Stability(Stable) @NotNull String getImportJobId()
It must be unique within a KeyRing and match the regular expression [a-zA-Z0-9_-]{1,63}.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/kms_key_ring_import_job#import_job_id KmsKeyRingImportJob#import_job_id}
-
getImportMethod
@Stability(Stable) @NotNull String getImportMethod()
The wrapping method to be used for incoming key material. Possible values: ["RSA_OAEP_3072_SHA1_AES_256", "RSA_OAEP_4096_SHA1_AES_256"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/kms_key_ring_import_job#import_method KmsKeyRingImportJob#import_method}
-
getKeyRing
@Stability(Stable) @NotNull String getKeyRing()
The KeyRing that this import job belongs to. Format: ''projects/{{project}}/locations/{{location}}/keyRings/{{keyRing}}''.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/kms_key_ring_import_job#key_ring KmsKeyRingImportJob#key_ring}
-
getProtectionLevel
@Stability(Stable) @NotNull String getProtectionLevel()
The protection level of the ImportJob.This must match the protectionLevel of the versionTemplate on the CryptoKey you attempt to import into. Possible values: ["SOFTWARE", "HSM", "EXTERNAL"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/kms_key_ring_import_job#protection_level KmsKeyRingImportJob#protection_level}
-
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_key_ring_import_job#id KmsKeyRingImportJob#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 KmsKeyRingImportJobTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/kms_key_ring_import_job#timeouts KmsKeyRingImportJob#timeouts}
-
builder
@Stability(Stable) static KmsKeyRingImportJobConfig.Builder builder()
- Returns:
- a
KmsKeyRingImportJobConfig.BuilderofKmsKeyRingImportJobConfig
-
-