Values.AwsBackupBackupVaultNotificationsDetailsSourceProvides details about the Amazon SNS event notifications for the specified backup vault.
type nonrec t = {backupVaultEvents : NonEmptyStringList.t option;An array of events that indicate the status of jobs to back up resources to the backup vault. The following events are supported: BACKUP_JOB_STARTED | BACKUP_JOB_COMPLETED COPY_JOB_STARTED | COPY_JOB_SUCCESSFUL | COPY_JOB_FAILED RESTORE_JOB_STARTED | RESTORE_JOB_COMPLETED | RECOVERY_POINT_MODIFIED S3_BACKUP_OBJECT_FAILED | S3_RESTORE_OBJECT_FAILED
*)snsTopicArn : NonEmptyString.t option;The Amazon Resource Name (ARN) that uniquely identifies the Amazon SNS topic for a backup vault's events.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of NonEmptyString.t ] list
| `String of NonEmptyString.t ])
list ]