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 aggregate results of entities affected by the specified event in your organization. The results are aggregated by the entity status codes for the specified set of accountsIDs.

Inheritance Hierarchy

System.Object
  Amazon.AWSHealth.Model.OrganizationEntityAggregate

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

Syntax

C#
public class OrganizationEntityAggregate

The OrganizationEntityAggregate type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Accounts System.Collections.Generic.List<Amazon.AWSHealth.Model.AccountEntityAggregate>

Gets and sets the property Accounts.

A list of entity aggregates for each of the specified accounts in your organization that are affected by a specific event. If there are no awsAccountIds provided in the request, this field will be empty in the response.

Public Property Count System.Int32

Gets and sets the property Count.

The number of entities for the organization that match the filter criteria for the specified events.

Public Property EventArn System.String

Gets and sets the property EventArn.

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 Statuses System.Collections.Generic.Dictionary<System.String, System.Int32>

Gets and sets the property Statuses.

The number of affected entities aggregated by the entitiy status codes.

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