Interface VertexAiEndpointEncryptionSpec

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    VertexAiEndpointEncryptionSpec.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:22.932Z")
    @Stability(Stable)
    public interface VertexAiEndpointEncryptionSpec
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getKmsKeyName

        @Stability(Stable)
        @NotNull
        String getKmsKeyName()
        Required.

        The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: 'projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key'. The key needs to be in the same region as where the compute resource is created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_endpoint#kms_key_name VertexAiEndpoint#kms_key_name}