SecurityProfileAlertTarget

data class SecurityProfileAlertTarget(val alertTargetArn: String, val roleArn: String)

A structure containing the alert target ARN and the role ARN.

Constructors

Link copied to clipboard
constructor(alertTargetArn: String, roleArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of the notification target to which alerts are sent.

Link copied to clipboard

The ARN of the role that grants permission to send alerts to the notification target.