You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing IotEventsDestinationConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

{
  input_name: "IotEventsInputName", # required
  role_arn: "RoleArn", # required
}

Configuration information for delivery of dataset contents to AWS IoT Events.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#input_nameString

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

Returns:

  • (String)

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

#role_arnString

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

Returns:

  • (String)

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