Values_2.RegisteredCustomerManagedKeySourceA customer managed key structure that contains the information listed below: KeyArn - The ARN of a KMS key that is registered to a Quick Sight account for encryption and decryption use. DefaultKey - Indicates whether the current key is set as the default key for encryption and decryption use.
type nonrec t = {keyArn : Values_0.String_.t option;The ARN of the KMS key that is registered to a Quick Sight account for encryption and decryption use.
*)defaultKey : Values_0.Boolean.t option;Indicates whether a RegisteredCustomerManagedKey is set as the default key for encryption and decryption use.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t | `String of Values_0.String_.t ])
list ]