CreateTopicRuleRequest

public struct CreateTopicRuleRequest : AWSShape

Undocumented

  • The key for the payload

    Declaration

    Swift

    public static let payloadPath: String?
  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the rule.

    Declaration

    Swift

    public let ruleName: String
  • Metadata which can be used to manage the topic rule. For URI Request parameters use format: …key1=value1&key2=value2… For the CLI command-line parameter use format: –tags “key1=value1&key2=value2…” For the cli-input-json file use format: “tags”: “key1=value1&key2=value2…”

    Declaration

    Swift

    public let tags: String?
  • The rule payload.

    Declaration

    Swift

    public let topicRulePayload: TopicRulePayload
  • Undocumented

    Declaration

    Swift

    public init(ruleName: String, tags: String? = nil, topicRulePayload: TopicRulePayload)
  • Declaration

    Swift

    public func validate(name: String) throws