Module Values.AwsBackupBackupVaultNotificationsDetailsSource

Provides details about the Amazon SNS event notifications for the specified backup vault.

Sourcetype nonrec t = {
  1. 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

    *)
  2. snsTopicArn : NonEmptyString.t option;
    (*

    The Amazon Resource Name (ARN) that uniquely identifies the Amazon SNS topic for a backup vault's events.

    *)
}
Sourceval make : ?backupVaultEvents:??? -> ?snsTopicArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of NonEmptyString.t ] list | `String of NonEmptyString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t