eventbridge_update_archive {paws.application.integration} | R Documentation |
Updates the specified archive
Description
Updates the specified archive.
See https://www.paws-r-sdk.com/docs/eventbridge_update_archive/ for full documentation.
Usage
eventbridge_update_archive(
ArchiveName,
Description = NULL,
EventPattern = NULL,
RetentionDays = NULL
)
Arguments
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. |
[Package paws.application.integration version 0.9.0 Index]