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.

Contains information about an Amazon Inspector agent. This data type is used as a request parameter in the ListAssessmentRunAgents action.

Inheritance Hierarchy

System.Object
  Amazon.Inspector.Model.AgentFilter

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

Syntax

C#
public class AgentFilter

The AgentFilter type exposes the following members

Constructors

NameDescription
Public Method AgentFilter()

Properties

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

Gets and sets the property AgentHealthCodes.

The detailed health state of the agent. Values can be set to IDLE, RUNNING, SHUTDOWN, UNHEALTHY, THROTTLED, and UNKNOWN.

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

Gets and sets the property AgentHealths.

The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.

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