GetNotificationChannelResult

data class GetNotificationChannelResult(val snsRoleName: String? = null, val snsTopicArn: String? = null)

Constructors

Link copied to clipboard
constructor(snsRoleName: String? = null, snsTopicArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val snsRoleName: 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: String? = null

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