Class EventBridgeMetadata
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
AWSRegion
Identifies the AWS Region where the event originated.
public string? AWSRegion { get; set; }
Property Value
DetailType
The type of the event that was sent.
public string? DetailType { get; set; }
Property Value
EventId
The unique event identifier
public string? EventId { get; set; }
Property Value
Resources
Contains a list of Amazon Resource Names that the event primarily concerns.
public List<string>? Resources { get; set; }
Property Value
Source
Identifies the source of the event
public string? Source { get; set; }
Property Value
Time
The time the event occurred.
public DateTimeOffset Time { get; set; }