Class Archive
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
An Archive
object that contains details about an archive.
public class Archive
- Inheritance
-
Archive
- Inherited Members
Constructors
Archive()
public Archive()
Properties
ArchiveName
Gets and sets the property ArchiveName.
The name of the archive.
public string ArchiveName { get; set; }
Property Value
CreationTime
Gets and sets the property CreationTime.
The time stamp for the time that the archive was created.
public DateTime CreationTime { get; set; }
Property Value
EventCount
Gets and sets the property EventCount.
The number of events in the archive.
public long EventCount { get; set; }
Property Value
EventSourceArn
Gets and sets the property EventSourceArn.
The ARN of the event bus associated with the archive. Only events from this event bus are sent to the archive.
public string EventSourceArn { get; set; }
Property Value
RetentionDays
Gets and sets the property RetentionDays.
The number of days to retain events in the archive before they are deleted.
public int RetentionDays { get; set; }
Property Value
SizeBytes
Gets and sets the property SizeBytes.
The size of the archive, in bytes.
public long SizeBytes { get; set; }
Property Value
State
Gets and sets the property State.
The current state of the archive.
public ArchiveState State { get; set; }
Property Value
StateReason
Gets and sets the property StateReason.
A description for the reason that the archive is in the current state.
public string StateReason { get; set; }