PutEventsRequestEntry
A single event entry in a PutEvents request.
Contents
- DetailType
-
Free-form detail-type classifying an event within its source.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Required: Yes
- Source
-
The source of the event. The
aws.value prefix is service-reserved and cannot be used as a value.Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Required: Yes
- Detail
-
The event payload, as a valid JSON string.
Type: String
Required: No
- Resources
-
ARNs of resources the event concerns. Included in the event delivered to subscribers.
Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 100 items.
Length Constraints: Minimum length of 0. Maximum length of 2048.
Required: No
- SystemMetadata
-
System metadata for PutEvents entries. ContentType is not applicable (always application/eventbridge+json, set server-side).
Type: PutEventsSystemMetadata object
Required: No
- Time
-
The time the event occurred. Defaults to the time the service receives the event when omitted.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: