TrustAnchorNotificationSetting

data class TrustAnchorNotificationSetting(val channel: TrustAnchorNotificationChannel? = null, val enabled: Boolean, val event: TrustAnchorNotificationEvent, val threshold: Double? = null)

Constructors

Link copied to clipboard
constructor(channel: TrustAnchorNotificationChannel? = null, enabled: Boolean, event: TrustAnchorNotificationEvent, threshold: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The specified channel of notification. IAM Roles Anywhere uses CloudWatch metrics, EventBridge, and AWS Health Dashboard to notify for an event.

Link copied to clipboard

Indicates whether the notification setting is enabled.

Link copied to clipboard

The event to which this notification setting is applied.

Link copied to clipboard
val threshold: Double? = null

The number of days before a notification event. This value is required for a notification setting that is enabled.