Interface VertexAiDatasetEncryptionSpec
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
VertexAiDatasetEncryptionSpec.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.924Z") @Stability(Stable) public interface VertexAiDatasetEncryptionSpec extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVertexAiDatasetEncryptionSpec.BuilderA builder forVertexAiDatasetEncryptionSpecstatic classVertexAiDatasetEncryptionSpec.Jsii$ProxyAn implementation forVertexAiDatasetEncryptionSpec
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static VertexAiDatasetEncryptionSpec.Builderbuilder()default StringgetKmsKeyName()Required.
-
-
-
Method Detail
-
getKmsKeyName
@Stability(Stable) @Nullable default 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 resource is created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_dataset#kms_key_name VertexAiDataset#kms_key_name}
-
builder
@Stability(Stable) static VertexAiDatasetEncryptionSpec.Builder builder()
-
-