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 the status of the application.

Inheritance Hierarchy

System.Object
  Amazon.ApplicationInsights.Model.ApplicationInfo

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

Syntax

C#
public class ApplicationInfo

The ApplicationInfo type exposes the following members

Constructors

NameDescription
Public Method ApplicationInfo()

Properties

NameTypeDescription
Public Property AccountId System.String

Gets and sets the property AccountId.

The AWS account ID for the owner of the application.

Public Property AttachMissingPermission System.Boolean

Gets and sets the property AttachMissingPermission.

If set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing.

Public Property AutoConfigEnabled System.Boolean

Gets and sets the property AutoConfigEnabled.

Indicates whether auto-configuration is turned on for this application.

Public Property CWEMonitorEnabled System.Boolean

Gets and sets the property CWEMonitorEnabled.

Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

Public Property DiscoveryType Amazon.ApplicationInsights.DiscoveryType

Gets and sets the property DiscoveryType.

The method used by Application Insights to onboard your resources.

Public Property LifeCycle System.String

Gets and sets the property LifeCycle.

The lifecycle of the application.

Public Property OpsCenterEnabled System.Boolean

Gets and sets the property OpsCenterEnabled.

Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.

Public Property OpsItemSNSTopicArn System.String

Gets and sets the property OpsItemSNSTopicArn.

The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.

Public Property Remarks System.String

Gets and sets the property Remarks.

The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

  • “Configuring application, detected 1 Errors, 3 Warnings”

  • “Configuring application, detected 1 Unconfigured Components”

Public Property ResourceGroupName System.String

Gets and sets the property ResourceGroupName.

The name of the resource group used for the application.

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