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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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 Firewall Manager activity.

Returns:

  • (String)


3586
3587
3588
3589
3590
3591
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3586

class PutNotificationChannelRequest < Struct.new(
  :sns_topic_arn,
  :sns_role_name)
  SENSITIVE = []
  include Aws::Structure
end

#sns_topic_arnString

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

Returns:

  • (String)


3586
3587
3588
3589
3590
3591
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3586

class PutNotificationChannelRequest < Struct.new(
  :sns_topic_arn,
  :sns_role_name)
  SENSITIVE = []
  include Aws::Structure
end