Class KinesisEvent.KinesisEventRecord
- Namespace
- Amazon.Lambda.KinesisEvents
- Assembly
- Amazon.Lambda.KinesisEvents.dll
Kinesis event record.
public class KinesisEvent.KinesisEventRecord
- Inheritance
-
KinesisEvent.KinesisEventRecord
- Inherited Members
Constructors
KinesisEventRecord()
public KinesisEventRecord()
Properties
AwsRegion
The AWS region where the event originated.
public string AwsRegion { get; set; }
Property Value
EventId
The event id.
public string EventId { get; set; }
Property Value
EventName
The name of the event.
public string EventName { get; set; }
Property Value
EventSource
The source of the event.
public string EventSource { get; set; }
Property Value
EventSourceARN
The ARN of the event source.
public string EventSourceARN { get; set; }
Property Value
EventVersion
The event version.
public string EventVersion { get; set; }
Property Value
InvokeIdentityArn
The ARN for the identity used to invoke the Lambda Function.
public string InvokeIdentityArn { get; set; }
Property Value
Kinesis
The underlying Kinesis record associated with the event.
public KinesisEvent.Record Kinesis { get; set; }