CompositeAlarm

@JsonSerializable
data class CompositeAlarm(val ActionsEnabled: Boolean? = null, val ActionsSuppressedBy: ActionsSuppressedBy? = null, val ActionsSuppressedReason: String? = null, val ActionsSuppressor: String? = null, val ActionsSuppressorExtensionPeriod: Int? = null, val ActionsSuppressorWaitPeriod: Int? = null, val AlarmActions: List<ARN>? = null, val AlarmArn: ARN? = null, val AlarmConfigurationUpdatedTimestamp: Instant? = null, val AlarmDescription: String? = null, val AlarmName: AlarmName? = null, val AlarmRule: String? = null, val InsufficientDataActions: List<ARN>? = null, val OKActions: List<ARN>? = null, val StateReason: String? = null, val StateReasonData: String? = null, val StateTransitionedTimestamp: Instant? = null, val StateUpdatedTimestamp: Instant? = null, val StateValue: AlarmState)

Constructors

Link copied to clipboard
constructor(ActionsEnabled: Boolean? = null, ActionsSuppressedBy: ActionsSuppressedBy? = null, ActionsSuppressedReason: String? = null, ActionsSuppressor: String? = null, ActionsSuppressorExtensionPeriod: Int? = null, ActionsSuppressorWaitPeriod: Int? = null, AlarmActions: List<ARN>? = null, AlarmArn: ARN? = null, AlarmConfigurationUpdatedTimestamp: Instant? = null, AlarmDescription: String? = null, AlarmName: AlarmName? = null, AlarmRule: String? = null, InsufficientDataActions: List<ARN>? = null, OKActions: List<ARN>? = null, StateReason: String? = null, StateReasonData: String? = null, StateTransitionedTimestamp: Instant? = null, StateUpdatedTimestamp: Instant? = null, StateValue: AlarmState)

Properties

Link copied to clipboard
val ActionsEnabled: Boolean? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val AlarmActions: List<ARN>? = null
Link copied to clipboard
val AlarmArn: ARN? = null
Link copied to clipboard
Link copied to clipboard
val AlarmName: AlarmName? = null
Link copied to clipboard
val AlarmRule: String? = null
Link copied to clipboard
Link copied to clipboard
val OKActions: List<ARN>? = null
Link copied to clipboard
val StateReason: String? = null
Link copied to clipboard
val StateReasonData: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard