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 filter results from the DescribeEventsForOrganization operation.

Inheritance Hierarchy

System.Object
  Amazon.AWSHealth.Model.OrganizationEventFilter

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

Syntax

C#
public class OrganizationEventFilter

The OrganizationEventFilter type exposes the following members

Constructors

NameDescription
Public Method OrganizationEventFilter()

Properties

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

Gets and sets the property AwsAccountIds.

A list of 12-digit Amazon Web Services account numbers that contains the affected entities.

Public Property EndTime Amazon.AWSHealth.Model.DateTimeRange

Gets and sets the property EndTime.

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 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 LastUpdatedTime Amazon.AWSHealth.Model.DateTimeRange

Gets and sets the property LastUpdatedTime.

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 associated with the event. For example, EC2, RDS.

Public Property StartTime Amazon.AWSHealth.Model.DateTimeRange

Gets and sets the property StartTime.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5