ViolationEvent
public struct ViolationEvent : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The behavior which was violated.
Declaration
Swift
public let behavior: Behavior?
-
The value of the metric (the measurement).
Declaration
Swift
public let metricValue: MetricValue?
-
The name of the security profile whose behavior was violated.
Declaration
Swift
public let securityProfileName: String?
-
The name of the thing responsible for the violation event.
Declaration
Swift
public let thingName: String?
-
The time the violation event occurred.
Declaration
Swift
public let violationEventTime: TimeStamp?
-
The type of violation event.
Declaration
Swift
public let violationEventType: ViolationEventType?
-
The ID of the violation event.
Declaration
Swift
public let violationId: String?
-
init(behavior:metricValue:securityProfileName:thingName:violationEventTime:violationEventType:violationId:)
Undocumented
Declaration
Swift
public init(behavior: Behavior? = nil, metricValue: MetricValue? = nil, securityProfileName: String? = nil, thingName: String? = nil, violationEventTime: TimeStamp? = nil, violationEventType: ViolationEventType? = nil, violationId: String? = nil)