DatasetContentDeliveryRuleDestinationArgs

data class DatasetContentDeliveryRuleDestinationArgs(val iotEventsDestinationConfiguration: Output<DatasetIotEventsDestinationConfigurationArgs>? = null, val s3DestinationConfiguration: Output<DatasetS3DestinationConfigurationArgs>? = null) : ConvertibleToJava<DatasetContentDeliveryRuleDestinationArgs>

Constructors

constructor(iotEventsDestinationConfiguration: Output<DatasetIotEventsDestinationConfigurationArgs>? = null, s3DestinationConfiguration: Output<DatasetS3DestinationConfigurationArgs>? = null)

Properties

Link copied to clipboard

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

Link copied to clipboard

Configuration information for delivery of dataset contents to Amazon S3.

Functions

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