You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: If publicEndpointEnabled is true, this field will be populated with the domain name to use for this index endpoint.
139
141
output: true
142
+
- name: 'encryptionSpec'
143
+
type: NestedObject
144
+
description:
145
+
Customer-managed encryption key spec for an IndexEndpoint. If set, this IndexEndpoint and all sub-resources of this IndexEndpoint will be secured by this key.
146
+
immutable: true
147
+
properties:
148
+
- name: 'kmsKeyName'
149
+
type: String
150
+
description:
151
+
'Required. The Cloud KMS resource identifier of the customer managed
152
+
encryption key used to protect a resource. Has the form:
0 commit comments