AccountAuditConfigurationAuditNotificationTargetArgs

data class AccountAuditConfigurationAuditNotificationTargetArgs(val enabled: Output<Boolean>? = null, val roleArn: Output<String>? = null, val targetArn: Output<String>? = null) : ConvertibleToJava<AccountAuditConfigurationAuditNotificationTargetArgs>

Constructors

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

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

True if notifications to the target are enabled.

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

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

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

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

Functions

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