Package com.pulumi.gcp.vertex.outputs
Class AiFeatureStoreEncryptionSpec
- java.lang.Object
-
- com.pulumi.gcp.vertex.outputs.AiFeatureStoreEncryptionSpec
-
public final class AiFeatureStoreEncryptionSpec extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AiFeatureStoreEncryptionSpec.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AiFeatureStoreEncryptionSpec.Builder
builder()
static AiFeatureStoreEncryptionSpec.Builder
builder(AiFeatureStoreEncryptionSpec defaults)
java.lang.String
kmsKeyName()
-
-
-
Method Detail
-
kmsKeyName
public java.lang.String kmsKeyName()
- Returns:
- 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.
-
builder
public static AiFeatureStoreEncryptionSpec.Builder builder()
-
builder
public static AiFeatureStoreEncryptionSpec.Builder builder(AiFeatureStoreEncryptionSpec defaults)
-
-