Interface VertexAiTensorboardEncryptionSpec
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
VertexAiTensorboardEncryptionSpec.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:23.000Z") @Stability(Stable) public interface VertexAiTensorboardEncryptionSpec extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVertexAiTensorboardEncryptionSpec.BuilderA builder forVertexAiTensorboardEncryptionSpecstatic classVertexAiTensorboardEncryptionSpec.Jsii$ProxyAn implementation forVertexAiTensorboardEncryptionSpec
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static VertexAiTensorboardEncryptionSpec.Builderbuilder()StringgetKmsKeyName()The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource.
-
-
-
Method Detail
-
getKmsKeyName
@Stability(Stable) @NotNull String getKmsKeyName()
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_tensorboard#kms_key_name VertexAiTensorboard#kms_key_name}
-
builder
@Stability(Stable) static VertexAiTensorboardEncryptionSpec.Builder builder()
-
-