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
constructor(snsRoleName: Output<String>? = null, snsTopicArn: Output<String>? = null)

Properties

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

The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager activity.

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

The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager .

Functions

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