CreateApplicationRequest
public struct CreateApplicationRequest : 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?
-
When set to true, creates opsItems for any problems detected on an application.
Declaration
Swift
public let opsCenterEnabled: Bool?
-
The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.
Declaration
Swift
public let opsItemSNSTopicArn: String?
-
The name of the resource group.
Declaration
Swift
public let resourceGroupName: String
-
List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(cWEMonitorEnabled: Bool? = nil, opsCenterEnabled: Bool? = nil, opsItemSNSTopicArn: String? = nil, resourceGroupName: String, tags: [Tag]? = nil)
-
Declaration
Swift
public func validate(name: String) throws