AWS SDK Version 4 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The configuration of an InfluxDB topic rule destination.

Inheritance Hierarchy

System.Object
  Amazon.IoT.Model.InfluxDBDestinationConfiguration

Namespace: Amazon.IoT.Model
Assembly: AWSSDK.IoT.dll
Version: 3.x.y.z

Syntax

C#
public class InfluxDBDestinationConfiguration

The InfluxDBDestinationConfiguration type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Endpoint System.String

Gets and sets the property Endpoint.

The URL of the InfluxDB instance to write to.

Public Property InfluxDBVersion Amazon.IoT.InfluxDBVersion

Gets and sets the property InfluxDBVersion.

The major version of the InfluxDB instance. Valid values are V2 and V3.

Public Property SecretId System.String

Gets and sets the property SecretId.

The ARN or name of the Amazon Web Services Secrets Manager secret that contains the InfluxDB API token.

Public Property SecretKey System.String

Gets and sets the property SecretKey.

The key to read from the secret value when the secret contains a JSON object. If omitted, IoT uses the entire secret value as the InfluxDB API token.

Public Property SecretType Amazon.IoT.InfluxDBSecretType

Gets and sets the property SecretType.

The type of the secret that contains the InfluxDB API token. Valid values are SecretString and SecretBinary.

If omitted, IoT reads the secret as a string.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer