View source: R/eventbridge_operations.R
eventbridge_update_archive | R Documentation |
Updates the specified archive.
See https://www.paws-r-sdk.com/docs/eventbridge_update_archive/ for full documentation.
eventbridge_update_archive(
ArchiveName,
Description = NULL,
EventPattern = NULL,
RetentionDays = NULL
)
ArchiveName |
[required] The name of the archive to update. |
Description |
The description for the archive. |
EventPattern |
The event pattern to use to filter events sent to the archive. |
RetentionDays |
The number of days to retain events in the archive. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.