TrustAnchorNotificationSettingArgs

data class TrustAnchorNotificationSettingArgs(val channel: Output<TrustAnchorNotificationChannel>? = null, val enabled: Output<Boolean>, val event: Output<TrustAnchorNotificationEvent>, val threshold: Output<Double>? = null) : ConvertibleToJava<TrustAnchorNotificationSettingArgs>

Constructors

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

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
val enabled: Output<Boolean>

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: Output<Double>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): TrustAnchorNotificationSettingArgs