Class: Aws::IoTAnalytics::Types::IotEventsDestinationConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#input_nameString

The name of the IoT Events input to which dataset contents are delivered.

Returns:

  • (String)


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_arnString

The ARN of the role that grants IoT Analytics permission to deliver dataset contents to an IoT Events input.

Returns:

  • (String)


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