GetApplicationResult

data class GetApplicationResult(val applicationArn: String? = null, val autoConfigurationEnabled: Boolean? = null, val cweMonitorEnabled: Boolean? = null, val opsCenterEnabled: Boolean? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(applicationArn: String? = null, autoConfigurationEnabled: Boolean? = null, cweMonitorEnabled: Boolean? = null, opsCenterEnabled: Boolean? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val applicationArn: String? = null

The ARN of the ApplicationInsights application.

Link copied to clipboard

If set to true, application will be configured with recommended monitoring configuration.

Link copied to clipboard

Indicates whether Application Insights can listen to CloudWatch events for the application resources.

Link copied to clipboard

When set to true, creates opsItems for any problems detected on an application.

Link copied to clipboard
val tags: List<Tag>? = null

The tags of Application Insights application.