Builder
class Builder
Properties
Link copied to clipboard
The batching configuration for the action. When present, IoT collects data points from multiple messages and writes them to InfluxDB in a single request.
Link copied to clipboard
The name of the InfluxDB database to write to. In InfluxDB 2, this is the name of the bucket.
Link copied to clipboard
The ARN of the InfluxDB topic rule destination that identifies the InfluxDB instance to write to.
Link copied to clipboard
The name of the InfluxDB organization that owns the database.
Link copied to clipboard
The precision of the timestamp written with each data point. Valid values are s (seconds), ms (milliseconds), us (microseconds), and ns (nanoseconds).
Functions
Link copied to clipboard
construct an aws.sdk.kotlin.services.iot.model.InfluxDbBatchConfig inside the given block