NotificationChannelArgs

data class NotificationChannelArgs(val snsRoleName: Output<String>? = null, val snsTopicArn: Output<String>? = null) : ConvertibleToJava<NotificationChannelArgs>

Designates the IAM role and Amazon Simple Notification Service (SNS) topic that AWS Firewall Manager uses to record SNS logs.

Constructors

Link copied to clipboard
fun NotificationChannelArgs(snsRoleName: Output<String>? = null, snsTopicArn: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val snsRoleName: Output<String>? = null
Link copied to clipboard
val snsTopicArn: Output<String>? = null