TrustAnchorNotificationSettingArgs

data class TrustAnchorNotificationSettingArgs(val channel: Output<String>? = null, val configuredBy: Output<String>? = null, val enabled: Output<Boolean>? = null, val event: Output<String>? = null, val threshold: Output<Int>? = null) : ConvertibleToJava<TrustAnchorNotificationSettingArgs>

Constructors

Link copied to clipboard
constructor(channel: Output<String>? = null, configuredBy: Output<String>? = null, enabled: Output<Boolean>? = null, event: Output<String>? = null, threshold: Output<Int>? = null)

Properties

Link copied to clipboard
val channel: Output<String>? = null
Link copied to clipboard
val configuredBy: Output<String>? = null
Link copied to clipboard
val enabled: Output<Boolean>? = null

Whether or not the Trust Anchor should be enabled.

Link copied to clipboard
val event: Output<String>? = null
Link copied to clipboard
val threshold: Output<Int>? = null

Functions

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