DatasetIotEventsDestinationConfigurationArgs

data class DatasetIotEventsDestinationConfigurationArgs(val inputName: Output<String>, val roleArn: Output<String>) : ConvertibleToJava<DatasetIotEventsDestinationConfigurationArgs>

Constructors

constructor(inputName: Output<String>, roleArn: Output<String>)

Properties

Link copied to clipboard
val inputName: Output<String>

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

Link copied to clipboard
val roleArn: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): DatasetIotEventsDestinationConfigurationArgs