ApplicationInfo
Describes the status of the application.
Contents
- AccountId
-
The AWS account ID for the owner of the application.
Type: String
Length Constraints: Fixed length of 12.
Pattern:
^\d{12}$
Required: No
- AttachMissingPermission
-
If set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing.
Type: Boolean
Required: No
- AutoConfigEnabled
-
Indicates whether auto-configuration is turned on for this application.
Type: Boolean
Required: No
- CWEMonitorEnabled
-
Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as
instance terminated
,failed deployment
, and others.Type: Boolean
Required: No
- DiscoveryType
-
The method used by Application Insights to onboard your resources.
Type: String
Valid Values:
RESOURCE_GROUP_BASED | ACCOUNT_BASED
Required: No
- LifeCycle
-
The lifecycle of the application.
Type: String
Required: No
- OpsCenterEnabled
-
Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.
Type: Boolean
Required: No
- OpsItemSNSTopicArn
-
The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 300.
Pattern:
^arn:aws(-\w+)*:[\w\d-]+:([\w\d-]*)?:[\w\d_-]*([:/].+)*$
Required: No
- 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”
Type: String
Required: No
-
- ResourceGroupName
-
The name of the resource group used for the application.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
[a-zA-Z0-9\.\-_]*
Required: No
- SNSNotificationArn
-
The SNS topic ARN that is associated with SNS notifications for updates or issues.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 300.
Pattern:
^arn:aws(-\w+)*:[\w\d-]+:([\w\d-]*)?:[\w\d_-]*([:/].+)*$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: