Table of Contents

Class EventBridgeMetadata

Namespace
AWS.Messaging
Assembly
AWS.Messaging.dll

Contains Metadata related to Amazon EventBridge.

public class EventBridgeMetadata
Inheritance
EventBridgeMetadata

Properties

AWSAccount

The 12-digit number identifying an AWS account that published the event.

public string? AWSAccount { get; set; }

Property Value

string

AWSRegion

Identifies the AWS Region where the event originated.

public string? AWSRegion { get; set; }

Property Value

string

DetailType

The type of the event that was sent.

public string? DetailType { get; set; }

Property Value

string

EventId

The unique event identifier

public string? EventId { get; set; }

Property Value

string

Resources

Contains a list of Amazon Resource Names that the event primarily concerns.

public List<string>? Resources { get; set; }

Property Value

List<string>

Source

Identifies the source of the event

public string? Source { get; set; }

Property Value

string

Time

The time the event occurred.

public DateTimeOffset Time { get; set; }

Property Value

DateTimeOffset