PutNotificationChannelRequest
public struct PutNotificationChannelRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager activity.
Declaration
Swift
public let snsRoleName: String
-
The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager.
Declaration
Swift
public let snsTopicArn: String
-
Undocumented
Declaration
Swift
public init(snsRoleName: String, snsTopicArn: String)
-
Declaration
Swift
public func validate(name: String) throws