libZSservicesZSamazonka-application-insightsZSamazonka-application-insights
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ApplicationInsights.Types.ApplicationInfo

Description

 
Synopsis

Documentation

data ApplicationInfo Source #

Describes the status of the application.

See: newApplicationInfo smart constructor.

Constructors

ApplicationInfo' 

Fields

  • resourceGroupName :: Maybe Text

    The name of the resource group used for the application.

  • cWEMonitorEnabled :: Maybe Bool

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

  • opsItemSNSTopicArn :: Maybe Text

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

  • lifeCycle :: Maybe Text

    The lifecycle of the application.

  • opsCenterEnabled :: Maybe Bool

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

  • remarks :: Maybe Text

    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”

Instances

Instances details
Eq ApplicationInfo Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ApplicationInfo

Read ApplicationInfo Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ApplicationInfo

Show ApplicationInfo Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ApplicationInfo

Generic ApplicationInfo Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ApplicationInfo

Associated Types

type Rep ApplicationInfo :: Type -> Type #

NFData ApplicationInfo Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ApplicationInfo

Methods

rnf :: ApplicationInfo -> () #

Hashable ApplicationInfo Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ApplicationInfo

FromJSON ApplicationInfo Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ApplicationInfo

type Rep ApplicationInfo Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ApplicationInfo

type Rep ApplicationInfo = D1 ('MetaData "ApplicationInfo" "Amazonka.ApplicationInsights.Types.ApplicationInfo" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "ApplicationInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resourceGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "cWEMonitorEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "opsItemSNSTopicArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "lifeCycle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "opsCenterEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "remarks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newApplicationInfo :: ApplicationInfo Source #

Create a value of ApplicationInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceGroupName:ApplicationInfo', applicationInfo_resourceGroupName - The name of the resource group used for the application.

$sel:cWEMonitorEnabled:ApplicationInfo', applicationInfo_cWEMonitorEnabled - Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

$sel:opsItemSNSTopicArn:ApplicationInfo', applicationInfo_opsItemSNSTopicArn - The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.

$sel:lifeCycle:ApplicationInfo', applicationInfo_lifeCycle - The lifecycle of the application.

$sel:opsCenterEnabled:ApplicationInfo', applicationInfo_opsCenterEnabled - Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.

$sel:remarks:ApplicationInfo', applicationInfo_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”

applicationInfo_resourceGroupName :: Lens' ApplicationInfo (Maybe Text) Source #

The name of the resource group used for the application.

applicationInfo_cWEMonitorEnabled :: Lens' ApplicationInfo (Maybe Bool) Source #

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

applicationInfo_opsItemSNSTopicArn :: Lens' ApplicationInfo (Maybe Text) Source #

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

applicationInfo_lifeCycle :: Lens' ApplicationInfo (Maybe Text) Source #

The lifecycle of the application.

applicationInfo_opsCenterEnabled :: Lens' ApplicationInfo (Maybe Bool) Source #

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

applicationInfo_remarks :: Lens' ApplicationInfo (Maybe Text) Source #

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”