KmsSecretCiphertext.Builder |
KmsSecretCiphertext.Builder.additionalAuthenticatedData(String additionalAuthenticatedData) |
The additional authenticated data used for integrity checks during encryption and decryption.
|
KmsSecretCiphertext.Builder |
KmsSecretCiphertext.Builder.connection(com.hashicorp.cdktf.SSHProvisionerConnection connection) |
|
KmsSecretCiphertext.Builder |
KmsSecretCiphertext.Builder.connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection) |
|
KmsSecretCiphertext.Builder |
KmsSecretCiphertext.Builder.count(com.hashicorp.cdktf.TerraformCount count) |
|
KmsSecretCiphertext.Builder |
KmsSecretCiphertext.Builder.count(Number count) |
|
static KmsSecretCiphertext.Builder |
KmsSecretCiphertext.Builder.create(software.constructs.Construct scope,
String id) |
|
KmsSecretCiphertext.Builder |
KmsSecretCiphertext.Builder.cryptoKey(String cryptoKey) |
The full name of the CryptoKey that will be used to encrypt the provided plaintext.
|
KmsSecretCiphertext.Builder |
KmsSecretCiphertext.Builder.dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn) |
|
KmsSecretCiphertext.Builder |
KmsSecretCiphertext.Builder.forEach(com.hashicorp.cdktf.ITerraformIterator forEach) |
|
KmsSecretCiphertext.Builder |
KmsSecretCiphertext.Builder.id(String id) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/kms_secret_ciphertext#id KmsSecretCiphertext#id}.
|
KmsSecretCiphertext.Builder |
KmsSecretCiphertext.Builder.lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle) |
|
KmsSecretCiphertext.Builder |
KmsSecretCiphertext.Builder.plaintext(String plaintext) |
The plaintext to be encrypted.
|
KmsSecretCiphertext.Builder |
KmsSecretCiphertext.Builder.provider(com.hashicorp.cdktf.TerraformProvider provider) |
|
KmsSecretCiphertext.Builder |
KmsSecretCiphertext.Builder.provisioners(List<? extends Object> provisioners) |
|
KmsSecretCiphertext.Builder |
KmsSecretCiphertext.Builder.timeouts(KmsSecretCiphertextTimeouts timeouts) |
timeouts block.
|