InputDefinition

public struct InputDefinition : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The attributes from the JSON payload that are made available by the input. Inputs are derived from messages sent to the AWS IoT Events system using BatchPutMessage. Each such message contains a JSON payload, and those attributes (and their paired values) specified here are available for use in the condition expressions used by detectors that monitor this input.

    Declaration

    Swift

    public let attributes: [Attribute]
  • Undocumented

    Declaration

    Swift

    public init(attributes: [Attribute])
  • Declaration

    Swift

    public func validate(name: String) throws