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
- Struct
- Aws::FMS::Types::PutNotificationChannelRequest
- 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
-
#sns_role_name ⇒ String
The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager activity.
-
#sns_topic_arn ⇒ String
The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager.
Instance Attribute Details
#sns_role_name ⇒ String
The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager activity.
#sns_topic_arn ⇒ String
The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager.