KmsCryptoKey.Builder |
KmsCryptoKey.Builder.connection(com.hashicorp.cdktf.SSHProvisionerConnection connection) |
|
KmsCryptoKey.Builder |
KmsCryptoKey.Builder.connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection) |
|
KmsCryptoKey.Builder |
KmsCryptoKey.Builder.count(com.hashicorp.cdktf.TerraformCount count) |
|
KmsCryptoKey.Builder |
KmsCryptoKey.Builder.count(Number count) |
|
static KmsCryptoKey.Builder |
KmsCryptoKey.Builder.create(software.constructs.Construct scope,
String id) |
|
KmsCryptoKey.Builder |
KmsCryptoKey.Builder.cryptoKeyBackend(String cryptoKeyBackend) |
The resource name of the backend environment associated with all CryptoKeyVersions within this CryptoKey.
|
KmsCryptoKey.Builder |
KmsCryptoKey.Builder.dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn) |
|
KmsCryptoKey.Builder |
KmsCryptoKey.Builder.destroyScheduledDuration(String destroyScheduledDuration) |
The period of time that versions of this key spend in the DESTROY_SCHEDULED state before transitioning to DESTROYED.
|
KmsCryptoKey.Builder |
KmsCryptoKey.Builder.forEach(com.hashicorp.cdktf.ITerraformIterator forEach) |
|
KmsCryptoKey.Builder |
KmsCryptoKey.Builder.id(String id) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/kms_crypto_key#id KmsCryptoKey#id}.
|
KmsCryptoKey.Builder |
KmsCryptoKey.Builder.importOnly(com.hashicorp.cdktf.IResolvable importOnly) |
Whether this key may contain imported versions only.
|
KmsCryptoKey.Builder |
KmsCryptoKey.Builder.importOnly(Boolean importOnly) |
Whether this key may contain imported versions only.
|
KmsCryptoKey.Builder |
KmsCryptoKey.Builder.keyRing(String keyRing) |
The KeyRing that this key belongs to.
|
KmsCryptoKey.Builder |
KmsCryptoKey.Builder.labels(Map<String,String> labels) |
Labels with user-defined metadata to apply to this resource.
|
KmsCryptoKey.Builder |
KmsCryptoKey.Builder.lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle) |
|
KmsCryptoKey.Builder |
KmsCryptoKey.Builder.name(String name) |
The resource name for the CryptoKey.
|
KmsCryptoKey.Builder |
KmsCryptoKey.Builder.provider(com.hashicorp.cdktf.TerraformProvider provider) |
|
KmsCryptoKey.Builder |
KmsCryptoKey.Builder.provisioners(List<? extends Object> provisioners) |
|
KmsCryptoKey.Builder |
KmsCryptoKey.Builder.purpose(String purpose) |
The immutable purpose of this CryptoKey.
|
KmsCryptoKey.Builder |
KmsCryptoKey.Builder.rotationPeriod(String rotationPeriod) |
Every time this period passes, generate a new CryptoKeyVersion and set it as the primary.
|
KmsCryptoKey.Builder |
KmsCryptoKey.Builder.skipInitialVersionCreation(com.hashicorp.cdktf.IResolvable skipInitialVersionCreation) |
If set to true, the request will create a CryptoKey without any CryptoKeyVersions.
|
KmsCryptoKey.Builder |
KmsCryptoKey.Builder.skipInitialVersionCreation(Boolean skipInitialVersionCreation) |
If set to true, the request will create a CryptoKey without any CryptoKeyVersions.
|
KmsCryptoKey.Builder |
KmsCryptoKey.Builder.timeouts(KmsCryptoKeyTimeouts timeouts) |
timeouts block.
|
KmsCryptoKey.Builder |
KmsCryptoKey.Builder.versionTemplate(KmsCryptoKeyVersionTemplate versionTemplate) |
version_template block.
|