EventTypeFilter
The values to use to filter results from the DescribeEventTypes operation.
Contents
- eventTypeCategories
-
A list of event type category codes. Possible values are
issue
,accountNotification
, orscheduledChange
. Currently, theinvestigation
value isn't supported at this time.Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 10 items.
Length Constraints: Minimum length of 3. Maximum length of 255.
Valid Values:
issue | accountNotification | scheduledChange | investigation
Required: No
- eventTypeCodes
-
A list of event type codes.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 10 items.
Length Constraints: Minimum length of 3. Maximum length of 100.
Pattern:
[a-zA-Z0-9\_\-]{3,100}
Required: No
- services
-
The Amazon Web Services services associated with the event. For example,
EC2
,RDS
.Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 10 items.
Length Constraints: Minimum length of 2. Maximum length of 30.
Pattern:
[^:/]{2,30}
Required: No
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: