GetNotificationChannelResponse

public struct GetNotificationChannelResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The IAM role that is used by AWS Firewall Manager to record activity to SNS.

    Declaration

    Swift

    public let snsRoleName: String?
  • The SNS topic that records AWS Firewall Manager activity.

    Declaration

    Swift

    public let snsTopicArn: String?
  • Undocumented

    Declaration

    Swift

    public init(snsRoleName: String? = nil, snsTopicArn: String? = nil)