UpdateApplicationRequest

public struct UpdateApplicationRequest : 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?
  • Disassociates the SNS topic from the opsItem created for detected problems.

    Declaration

    Swift

    public let removeSNSTopic: Bool?
  • The name of the resource group.

    Declaration

    Swift

    public let resourceGroupName: String
  • Undocumented

    Declaration

    Swift

    public init(cWEMonitorEnabled: Bool? = nil, opsCenterEnabled: Bool? = nil, opsItemSNSTopicArn: String? = nil, removeSNSTopic: Bool? = nil, resourceGroupName: String)
  • Declaration

    Swift

    public func validate(name: String) throws