AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The values to use to filter results from the DescribeEvents and DescribeEventAggregates operations.

Inheritance Hierarchy

System.Object
  Amazon.AWSHealth.Model.EventFilter

Namespace: Amazon.AWSHealth.Model
Assembly: AWSSDK.AWSHealth.dll
Version: 3.x.y.z

Syntax

C#
public class EventFilter

The EventFilter type exposes the following members

Constructors

NameDescription
Public Method EventFilter()

Properties

NameTypeDescription
Public Property AvailabilityZones System.Collections.Generic.List<System.String>

Gets and sets the property AvailabilityZones.

A list of Amazon Web Services Availability Zones.

Public Property EndTimes System.Collections.Generic.List<Amazon.AWSHealth.Model.DateTimeRange>

Gets and sets the property EndTimes.

A list of dates and times that the event ended.

Public Property EntityArns System.Collections.Generic.List<System.String>

Gets and sets the property EntityArns.

A list of entity ARNs (unique identifiers).

Public Property EntityValues System.Collections.Generic.List<System.String>

Gets and sets the property EntityValues.

A list of entity identifiers, such as EC2 instance IDs (i-34ab692e) or EBS volumes (vol-426ab23e).

Public Property EventArns System.Collections.Generic.List<System.String>

Gets and sets the property EventArns.

A list of event ARNs (unique identifiers). For example: "arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-CDE456", "arn:aws:health:us-west-1::event/EBS/AWS_EBS_LOST_VOLUME/AWS_EBS_LOST_VOLUME_CHI789_JKL101"

Public Property EventStatusCodes System.Collections.Generic.List<System.String>

Gets and sets the property EventStatusCodes.

A list of event status codes.

Public Property EventTypeCategories System.Collections.Generic.List<System.String>

Gets and sets the property EventTypeCategories.

A list of event type category codes. Possible values are issue, accountNotification, or scheduledChange. Currently, the investigation value isn't supported at this time.

Public Property EventTypeCodes System.Collections.Generic.List<System.String>

Gets and sets the property EventTypeCodes.

A list of unique identifiers for event types. For example, "AWS_EC2_SYSTEM_MAINTENANCE_EVENT","AWS_RDS_MAINTENANCE_SCHEDULED".

Public Property LastUpdatedTimes System.Collections.Generic.List<Amazon.AWSHealth.Model.DateTimeRange>

Gets and sets the property LastUpdatedTimes.

A list of dates and times that the event was last updated.

Public Property Regions System.Collections.Generic.List<System.String>

Gets and sets the property Regions.

A list of Amazon Web Services Regions.

Public Property Services System.Collections.Generic.List<System.String>

Gets and sets the property Services.

The Amazon Web Services services associated with the event. For example, EC2, RDS.

Public Property StartTimes System.Collections.Generic.List<Amazon.AWSHealth.Model.DateTimeRange>

Gets and sets the property StartTimes.

A list of dates and times that the event began.

Public Property Tags System.Collections.Generic.List<System.Collections.Generic.Dictionary<System.String, System.String>>

Gets and sets the property Tags.

A map of entity tags attached to the affected entity.

Currently, the tags property isn't supported.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5