Class: Aws::IoTEvents::Types::CreateDetectorModelRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detector_model_definitionTypes::DetectorModelDefinition

Information that defines how the detectors operate.



937
938
939
940
941
942
943
944
945
946
947
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 937

class CreateDetectorModelRequest < Struct.new(
  :detector_model_name,
  :detector_model_definition,
  :detector_model_description,
  :key,
  :role_arn,
  :tags,
  :evaluation_method)
  SENSITIVE = []
  include Aws::Structure
end

#detector_model_descriptionString

A brief description of the detector model.

Returns:

  • (String)


937
938
939
940
941
942
943
944
945
946
947
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 937

class CreateDetectorModelRequest < Struct.new(
  :detector_model_name,
  :detector_model_definition,
  :detector_model_description,
  :key,
  :role_arn,
  :tags,
  :evaluation_method)
  SENSITIVE = []
  include Aws::Structure
end

#detector_model_nameString

The name of the detector model.

Returns:

  • (String)


937
938
939
940
941
942
943
944
945
946
947
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 937

class CreateDetectorModelRequest < Struct.new(
  :detector_model_name,
  :detector_model_definition,
  :detector_model_description,
  :key,
  :role_arn,
  :tags,
  :evaluation_method)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_methodString

Information about the order in which events are evaluated and how actions are executed.

Returns:

  • (String)


937
938
939
940
941
942
943
944
945
946
947
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 937

class CreateDetectorModelRequest < Struct.new(
  :detector_model_name,
  :detector_model_definition,
  :detector_model_description,
  :key,
  :role_arn,
  :tags,
  :evaluation_method)
  SENSITIVE = []
  include Aws::Structure
end

#keyString

The input attribute key used to identify a device or system to create a detector (an instance of the detector model) and then to route each input received to the appropriate detector (instance). This parameter uses a JSON-path expression in the message payload of each input to specify the attribute-value pair that is used to identify the device associated with the input.

Returns:

  • (String)


937
938
939
940
941
942
943
944
945
946
947
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 937

class CreateDetectorModelRequest < Struct.new(
  :detector_model_name,
  :detector_model_definition,
  :detector_model_description,
  :key,
  :role_arn,
  :tags,
  :evaluation_method)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The ARN of the role that grants permission to AWS IoT Events to perform its operations.

Returns:

  • (String)


937
938
939
940
941
942
943
944
945
946
947
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 937

class CreateDetectorModelRequest < Struct.new(
  :detector_model_name,
  :detector_model_definition,
  :detector_model_description,
  :key,
  :role_arn,
  :tags,
  :evaluation_method)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Metadata that can be used to manage the detector model.

Returns:



937
938
939
940
941
942
943
944
945
946
947
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 937

class CreateDetectorModelRequest < Struct.new(
  :detector_model_name,
  :detector_model_definition,
  :detector_model_description,
  :key,
  :role_arn,
  :tags,
  :evaluation_method)
  SENSITIVE = []
  include Aws::Structure
end