EventInfo
Information about an event. The event might be a push, pull request, scheduled request, or another type of event.
Contents
- Name
-
The name of the event. The possible names are
pull_request
,workflow_dispatch
,schedule
, andpush
Type: String
Length Constraints: Minimum length of 1. Maximum length of 32.
Pattern:
^[ \-A-Z_a-z]+$
Required: No
- State
-
The state of an event. The state might be open, closed, or another state.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 32.
Pattern:
^[ \-A-Z_a-z]+$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: