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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVertexAiEndpointEncryptionSpec.BuilderA builder forVertexAiEndpointEncryptionSpecstatic classVertexAiEndpointEncryptionSpec.Jsii$ProxyAn implementation forVertexAiEndpointEncryptionSpec
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static VertexAiEndpointEncryptionSpec.Builderbuilder()StringgetKmsKeyName()Required.
-
-
-
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}
-
builder
@Stability(Stable) static VertexAiEndpointEncryptionSpec.Builder builder()
-
-