Class: Aws::FMS::Types::PutNotificationChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::PutNotificationChannelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sns_role_name ⇒ String
The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record Firewall Manager activity.
-
#sns_topic_arn ⇒ String
The Amazon Resource Name (ARN) of the SNS topic that collects notifications from Firewall Manager.
Instance Attribute Details
#sns_role_name ⇒ String
The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record Firewall Manager activity.
4002 4003 4004 4005 4006 4007 |
# File 'lib/aws-sdk-fms/types.rb', line 4002 class PutNotificationChannelRequest < Struct.new( :sns_topic_arn, :sns_role_name) SENSITIVE = [] include Aws::Structure end |
#sns_topic_arn ⇒ String
The Amazon Resource Name (ARN) of the SNS topic that collects notifications from Firewall Manager.
4002 4003 4004 4005 4006 4007 |
# File 'lib/aws-sdk-fms/types.rb', line 4002 class PutNotificationChannelRequest < Struct.new( :sns_topic_arn, :sns_role_name) SENSITIVE = [] include Aws::Structure end |