SecurityProfileAlertTargetArgs

data class SecurityProfileAlertTargetArgs(val alertTargetArn: Output<String>, val roleArn: Output<String>) : ConvertibleToJava<SecurityProfileAlertTargetArgs>

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

Constructors

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

Properties

Link copied to clipboard
val alertTargetArn: Output<String>

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

Link copied to clipboard
val roleArn: Output<String>

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

Functions

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