Class UpdateArchiveRequest
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
Container for the parameters to the UpdateArchive operation. Updates the specified archive.
public class UpdateArchiveRequest : AmazonEventBridgeRequest
- Inheritance
-
UpdateArchiveRequest
Constructors
UpdateArchiveRequest()
public UpdateArchiveRequest()
Properties
ArchiveName
Gets and sets the property ArchiveName.
The name of the archive to update.
public string ArchiveName { get; set; }
Property Value
Description
Gets and sets the property Description.
The description for the archive.
public string Description { get; set; }
Property Value
EventPattern
Gets and sets the property EventPattern.
The event pattern to use to filter events sent to the archive.
public string EventPattern { get; set; }
Property Value
RetentionDays
Gets and sets the property RetentionDays.
The number of days to retain events in the archive.
public int RetentionDays { get; set; }