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 DescribeAffectedEntities operation.

Inheritance Hierarchy

System.Object
  Amazon.AWSHealth.Model.EntityFilter

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

Syntax

C#
public class EntityFilter

The EntityFilter type exposes the following members

Constructors

NameDescription
Public Method EntityFilter()

Properties

NameTypeDescription
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 IDs for affected entities.

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 LastUpdatedTimes System.Collections.Generic.List<Amazon.AWSHealth.Model.DateTimeRange>

Gets and sets the property LastUpdatedTimes.

A list of the most recent dates and times that the entity was updated.

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

Gets and sets the property StatusCodes.

A list of entity status codes (IMPAIRED, UNIMPAIRED, or UNKNOWN).

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 Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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