ListEventsFilters - Amazon DevOps Guru

ListEventsFilters

Filters you can use to specify which events are returned when ListEvents is called.

Contents

DataSource

The source, AWS_CLOUD_TRAIL or AWS_CODE_DEPLOY, of the events you want returned.

Type: String

Valid Values: AWS_CLOUD_TRAIL | AWS_CODE_DEPLOY

Required: No

EventClass

The class of the events you want to filter for, such as an infrastructure change, a deployment, or a schema change.

Type: String

Valid Values: INFRASTRUCTURE | DEPLOYMENT | SECURITY_CHANGE | CONFIG_CHANGE | SCHEMA_CHANGE

Required: No

EventSource

The AWS source that emitted the events you want to filter for.

Type: String

Length Constraints: Minimum length of 10. Maximum length of 50.

Pattern: ^[a-z]+[a-z0-9]*\.amazonaws\.com|aws\.events$

Required: No

EventTimeRange

A time range during which you want the filtered events to have occurred.

Type: EventTimeRange object

Required: No

InsightId

An ID of an insight that is related to the events you want to filter for.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 100.

Pattern: ^[\w-]*$

Required: No

ResourceCollection

A collection of AWS resources supported by DevOps Guru. The two types of AWS resource collections supported are AWS CloudFormation stacks and AWS resources that contain the same AWS tag. DevOps Guru can be configured to analyze the AWS resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 1000 AWS CloudFormation stacks.

Type: ResourceCollection object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: