RepublishAction

public struct RepublishAction : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • qos

    The Quality of Service (QoS) level to use when republishing messages. The default value is 0.

    Declaration

    Swift

    public let qos: Int?
  • The ARN of the IAM role that grants access.

    Declaration

    Swift

    public let roleArn: String
  • The name of the MQTT topic.

    Declaration

    Swift

    public let topic: String
  • Undocumented

    Declaration

    Swift

    public init(qos: Int? = nil, roleArn: String, topic: String)
  • Declaration

    Swift

    public func validate(name: String) throws