AuditNotificationTarget

public struct AuditNotificationTarget : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • True if notifications to the target are enabled.

    Declaration

    Swift

    public let enabled: Bool?
  • The ARN of the role that grants permission to send notifications to the target.

    Declaration

    Swift

    public let roleArn: String?
  • The ARN of the target (SNS topic) to which audit notifications are sent.

    Declaration

    Swift

    public let targetArn: String?
  • Undocumented

    Declaration

    Swift

    public init(enabled: Bool? = nil, roleArn: String? = nil, targetArn: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws