Class: Aws::IoT::Types::CreateTopicRuleRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Overview

The input for the CreateTopicRule operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rule_nameString

The name of the rule.

Returns:

  • (String)


4694
4695
4696
4697
4698
4699
4700
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4694

class CreateTopicRuleRequest < Struct.new(
  :rule_name,
  :topic_rule_payload,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsString

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..."

Returns:

  • (String)


4694
4695
4696
4697
4698
4699
4700
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4694

class CreateTopicRuleRequest < Struct.new(
  :rule_name,
  :topic_rule_payload,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#topic_rule_payloadTypes::TopicRulePayload

The rule payload.



4694
4695
4696
4697
4698
4699
4700
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4694

class CreateTopicRuleRequest < Struct.new(
  :rule_name,
  :topic_rule_payload,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end