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
fun TrustAnchorNotificationSettingArgs(channel: Output<TrustAnchorNotificationChannel>? = null, enabled: Output<Boolean>, event: Output<TrustAnchorNotificationEvent>, threshold: Output<Double>? = null)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val enabled: Output<Boolean>
Link copied to clipboard
Link copied to clipboard
val threshold: Output<Double>? = null