class Aws::Health::Types::EntityFilter

The values to use to filter results from the [EntityFilter] operation.

[1]: docs.aws.amazon.com/health/latest/APIReference/API_EntityFilter.html

@note When making an API call, you may pass EntityFilter

data as a hash:

    {
      event_arns: ["eventArn"], # required
      entity_arns: ["entityArn"],
      entity_values: ["entityValue"],
      last_updated_times: [
        {
          from: Time.now,
          to: Time.now,
        },
      ],
      tags: [
        {
          "tagKey" => "tagValue",
        },
      ],
      status_codes: ["IMPAIRED"], # accepts IMPAIRED, UNIMPAIRED, UNKNOWN
    }

@!attribute [rw] event_arns

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"`
@return [Array<String>]

@!attribute [rw] entity_arns

A list of entity ARNs (unique identifiers).
@return [Array<String>]

@!attribute [rw] entity_values

A list of IDs for affected entities.
@return [Array<String>]

@!attribute [rw] last_updated_times

A list of the most recent dates and times that the entity was
updated.
@return [Array<Types::DateTimeRange>]

@!attribute [rw] tags

A map of entity tags attached to the affected entity.

<note markdown="1"> Currently, the `tags` property isn't supported.

 </note>
@return [Array<Hash<String,String>>]

@!attribute [rw] status_codes

A list of entity status codes (`IMPAIRED`, `UNIMPAIRED`, or
`UNKNOWN`).
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/health-2016-08-04/EntityFilter AWS API Documentation

Constants

SENSITIVE