You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::AuditNotificationTarget

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AuditNotificationTarget as input to an Aws::Client method, you can use a vanilla Hash:

{
  target_arn: "TargetArn",
  role_arn: "RoleArn",
  enabled: false,
}

Information about the targets to which audit notifications are sent.

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

True if notifications to the target are enabled.

Returns:

  • (Boolean)

    True if notifications to the target are enabled.

#role_arnString

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

Returns:

  • (String)

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

#target_arnString

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

Returns:

  • (String)

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