ApplicationInfo
public struct ApplicationInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.
Declaration
Swift
public let cWEMonitorEnabled: Bool? -
The lifecycle of the application.
Declaration
Swift
public let lifeCycle: String? -
Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.
Declaration
Swift
public let opsCenterEnabled: Bool? -
The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.
Declaration
Swift
public let opsItemSNSTopicArn: String? -
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”
Declaration
Swift
public let remarks: String? -
The name of the resource group used for the application.
Declaration
Swift
public let resourceGroupName: String? -
Undocumented
Declaration
Swift
public init(cWEMonitorEnabled: Bool? = nil, lifeCycle: String? = nil, opsCenterEnabled: Bool? = nil, opsItemSNSTopicArn: String? = nil, remarks: String? = nil, resourceGroupName: String? = nil)
View on GitHub
ApplicationInfo Structure Reference