AlertTarget

public struct AlertTarget : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the notification target to which alerts are sent.

    Declaration

    Swift

    public let alertTargetArn: String
  • The ARN of the role that grants permission to send alerts to the notification target.

    Declaration

    Swift

    public let roleArn: String
  • Undocumented

    Declaration

    Swift

    public init(alertTargetArn: String, roleArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws