ConfigurationEvent
public struct ConfigurationEvent : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The details of the event in plain text.
Declaration
Swift
public let eventDetail: String?
-
The name of the resource Application Insights attempted to configure.
Declaration
Swift
public let eventResourceName: String?
-
The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.
Declaration
Swift
public let eventResourceType: ConfigurationEventResourceType?
-
The status of the configuration update event. Possible values include INFO, WARN, and ERROR.
Declaration
Swift
public let eventStatus: ConfigurationEventStatus?
-
The timestamp of the event.
Declaration
Swift
public let eventTime: TimeStamp?
-
The resource monitored by Application Insights.
Declaration
Swift
public let monitoredResourceARN: String?
-
Undocumented
Declaration
Swift
public init(eventDetail: String? = nil, eventResourceName: String? = nil, eventResourceType: ConfigurationEventResourceType? = nil, eventStatus: ConfigurationEventStatus? = nil, eventTime: TimeStamp? = nil, monitoredResourceARN: String? = nil)