AccountAuditConfigurationAuditNotificationTarget

data class AccountAuditConfigurationAuditNotificationTarget(val enabled: Boolean? = null, val roleArn: String? = null, val targetArn: String? = null)

Constructors

constructor(enabled: Boolean? = null, roleArn: String? = null, targetArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

True if notifications to the target are enabled.

Link copied to clipboard
val roleArn: String? = null

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

Link copied to clipboard
val targetArn: String? = null

The ARN of the target (SNS topic) to which audit notifications are sent.