Values_2.SuccessfulKeyRegistrationEntrySourceA success entry that occurs when a KeyRegistration job is successfully applied to the Quick Sight account.
type nonrec t = {keyArn : Values_0.String_.t option;The ARN of the KMS key that is associated with the SuccessfulKeyRegistrationEntry entry.
*)statusCode : Values_1.StatusCode.t option;The HTTP status of a SuccessfulKeyRegistrationEntry entry.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Values_1.StatusCode.t
| `String of Values_0.String_.t ])
list ]