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.

Describes a standalone resource or similarly grouped resources that the application is made up of.

Inheritance Hierarchy

System.Object
  Amazon.ApplicationInsights.Model.ApplicationComponent

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

Syntax

C#
public class ApplicationComponent

The ApplicationComponent type exposes the following members

Constructors

NameDescription
Public Method ApplicationComponent()

Properties

NameTypeDescription
Public Property ComponentName System.String

Gets and sets the property ComponentName.

The name of the component.

Public Property ComponentRemarks System.String

Gets and sets the property ComponentRemarks.

If logging is supported for the resource type, indicates whether the component has configured logs to be monitored.

Public Property DetectedWorkload System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.Dictionary<System.String, System.String>>

Gets and sets the property DetectedWorkload.

Workloads detected in the application component.

Public Property Monitor System.Boolean

Gets and sets the property Monitor.

Indicates whether the application component is monitored.

Public Property OsType Amazon.ApplicationInsights.OsType

Gets and sets the property OsType.

The operating system of the component.

Public Property ResourceType System.String

Gets and sets the property ResourceType.

The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.

Public Property Tier Amazon.ApplicationInsights.Tier

Gets and sets the property Tier.

The stack tier of the application component.

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