Class: Aws::IoT::Types::MetricsExportConfig

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

Overview

Set configurations for metrics export.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#mqtt_topicString

The MQTT topic that Device Defender Detect should publish messages to for metrics export.

Returns:

  • (String)


11919
11920
11921
11922
11923
11924
# File 'lib/aws-sdk-iot/types.rb', line 11919

class MetricsExportConfig < Struct.new(
  :mqtt_topic,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

This role ARN has permission to publish MQTT messages, after which Device Defender Detect can assume the role and publish messages on your behalf.

Returns:

  • (String)


11919
11920
11921
11922
11923
11924
# File 'lib/aws-sdk-iot/types.rb', line 11919

class MetricsExportConfig < Struct.new(
  :mqtt_topic,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end