Interface KmsCryptoKeyVersionExternalProtectionLevelOptions

    • Method Detail

      • getEkmConnectionKeyPath

        @Stability(Stable)
        @Nullable
        default String getEkmConnectionKeyPath()
        The path to the external key material on the EKM when using EkmConnection e.g., "v0/my/key". Set this field instead of externalKeyUri when using an EkmConnection.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/kms_crypto_key_version#ekm_connection_key_path KmsCryptoKeyVersion#ekm_connection_key_path}

      • getExternalKeyUri

        @Stability(Stable)
        @Nullable
        default String getExternalKeyUri()
        The URI for an external resource that this CryptoKeyVersion represents.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/kms_crypto_key_version#external_key_uri KmsCryptoKeyVersion#external_key_uri}