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

Class: Aws::FMS::Types::PutNotificationChannelRequest

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

Overview

Note:

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

{
  sns_topic_arn: "ResourceArn", # required
  sns_role_name: "ResourceArn", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#sns_role_nameString

The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager activity.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager activity.

#sns_topic_arnString

The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager.