SubscribeToEventRequest

public struct SubscribeToEventRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The event for which you want to receive SNS notifications.

    Declaration

    Swift

    public let event: InspectorEvent
  • The ARN of the assessment template that is used during the event for which you want to receive SNS notifications.

    Declaration

    Swift

    public let resourceArn: String
  • The ARN of the SNS topic to which the SNS notifications are sent.

    Declaration

    Swift

    public let topicArn: String
  • Undocumented

    Declaration

    Swift

    public init(event: InspectorEvent, resourceArn: String, topicArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws