Class: Aws::IoTFleetWise::Types::MqttTopicConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::MqttTopicConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Overview
The MQTT topic to which the Amazon Web Services IoT FleetWise campaign routes data. For more information, see [Device communication protocols] in the *Amazon Web Services IoT Core Developer Guide*.
Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see [Amazon Web Services Region and feature availability] in the *Amazon Web Services IoT FleetWise Developer Guide*.
[1]: docs.aws.amazon.com/iot/latest/developerguide/protocols.html [2]: docs.aws.amazon.com/iot-fleetwise/latest/developerguide/fleetwise-regions.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution_role_arn ⇒ String
The ARN of the role that grants Amazon Web Services IoT FleetWise permission to access and act on messages sent to the MQTT topic.
-
#mqtt_topic_arn ⇒ String
The ARN of the MQTT topic.
Instance Attribute Details
#execution_role_arn ⇒ String
The ARN of the role that grants Amazon Web Services IoT FleetWise permission to access and act on messages sent to the MQTT topic.
3378 3379 3380 3381 3382 3383 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3378 class MqttTopicConfig < Struct.new( :mqtt_topic_arn, :execution_role_arn) SENSITIVE = [] include Aws::Structure end |
#mqtt_topic_arn ⇒ String
The ARN of the MQTT topic.
3378 3379 3380 3381 3382 3383 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3378 class MqttTopicConfig < Struct.new( :mqtt_topic_arn, :execution_role_arn) SENSITIVE = [] include Aws::Structure end |