Class DescribeArchiveResponse
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
This is the response object from the DescribeArchive operation.
public class DescribeArchiveResponse : AmazonWebServiceResponse
- Inheritance
-
DescribeArchiveResponse
Constructors
DescribeArchiveResponse()
public DescribeArchiveResponse()
Properties
ArchiveArn
Gets and sets the property ArchiveArn.
The ARN of the archive.
public string ArchiveArn { get; set; }
Property Value
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 at which the archive was created.
public DateTime CreationTime { get; set; }
Property Value
Description
Gets and sets the property Description.
The description of the archive.
public string Description { 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
EventPattern
Gets and sets the property EventPattern.
The event pattern used to filter events sent to the archive.
public string EventPattern { get; set; }
Property Value
EventSourceArn
Gets and sets the property EventSourceArn.
The ARN of the event source associated with the archive.
public string EventSourceArn { get; set; }
Property Value
RetentionDays
Gets and sets the property RetentionDays.
The number of days to retain events for in the archive.
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 state of the archive.
public ArchiveState State { get; set; }
Property Value
StateReason
Gets and sets the property StateReason.
The reason that the archive is in the state.
public string StateReason { get; set; }