ApplicationInfo

Describes the status of the application.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The AWS account ID for the owner of the application.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The method used by Application Insights to onboard your resources.

Link copied to clipboard

The lifecycle of the application.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The name of the resource group used for the application.

Functions

Link copied to clipboard
inline fun copy(block: ApplicationInfo.Builder.() -> Unit = {}): ApplicationInfo
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String