Table of Contents

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

string

ArchiveName

Gets and sets the property ArchiveName.

The name of the archive.

public string ArchiveName { get; set; }

Property Value

string

CreationTime

Gets and sets the property CreationTime.

The time at which the archive was created.

public DateTime CreationTime { get; set; }

Property Value

DateTime

Description

Gets and sets the property Description.

The description of the archive.

public string Description { get; set; }

Property Value

string

EventCount

Gets and sets the property EventCount.

The number of events in the archive.

public long EventCount { get; set; }

Property Value

long

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

string

EventSourceArn

Gets and sets the property EventSourceArn.

The ARN of the event source associated with the archive.

public string EventSourceArn { get; set; }

Property Value

string

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

int

SizeBytes

Gets and sets the property SizeBytes.

The size of the archive in bytes.

public long SizeBytes { get; set; }

Property Value

long

State

Gets and sets the property State.

The state of the archive.

public ArchiveState State { get; set; }

Property Value

ArchiveState

StateReason

Gets and sets the property StateReason.

The reason that the archive is in the state.

public string StateReason { get; set; }

Property Value

string