Values.ApplicationInfoSourceDescribes the status of the application.
type nonrec t = {accountId : AccountId.t option;The Amazon Web Services account ID for the owner of the application.
*)resourceGroupName : ResourceGroupName.t option;The name of the resource group used for the application.
*)lifeCycle : LifeCycle.t option;The lifecycle of the application.
*)opsItemSNSTopicArn : OpsItemSNSTopicArn.t option;The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.
*)sNSNotificationArn : SNSNotificationArn.t option;The SNS topic ARN that is associated with SNS notifications for updates or issues.
*)opsCenterEnabled : OpsCenterEnabled.t option;Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.
*)cWEMonitorEnabled : CWEMonitorEnabled.t option;Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.
*)remarks : Remarks.t option;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”
*)autoConfigEnabled : AutoConfigEnabled.t option;Indicates whether auto-configuration is turned on for this application.
*)discoveryType : DiscoveryType.t option;The method used by Application Insights to onboard your resources.
*)attachMissingPermission : AttachMissingPermission.t option;If set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of OpsCenterEnabled.t
| `Enum of string
| `String of AccountId.t ])
list ]