Trust Anchor Notification Setting Args
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)