Class: Aws::IoTAnalytics::Types::IotEventsDestinationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::IotEventsDestinationConfiguration
- Defined in:
- gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb
Overview
Configuration information for delivery of dataset contents to IoT Events.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#input_name ⇒ String
The name of the IoT Events input to which dataset contents are delivered.
-
#role_arn ⇒ String
The ARN of the role that grants IoT Analytics permission to deliver dataset contents to an IoT Events input.
Instance Attribute Details
#input_name ⇒ String
The name of the IoT Events input to which dataset contents are delivered.
1854 1855 1856 1857 1858 1859 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1854 class IotEventsDestinationConfiguration < Struct.new( :input_name, :role_arn) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The ARN of the role that grants IoT Analytics permission to deliver dataset contents to an IoT Events input.
1854 1855 1856 1857 1858 1859 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1854 class IotEventsDestinationConfiguration < Struct.new( :input_name, :role_arn) SENSITIVE = [] include Aws::Structure end |