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.
Namespace: Amazon.IoT.Model
Assembly: AWSSDK.IoT.dll
Version: 3.x.y.z
public class InfluxDBDestinationConfiguration
The InfluxDBDestinationConfiguration type exposes the following members
| Name | Description | |
|---|---|---|
|
InfluxDBDestinationConfiguration() |
| Name | Type | Description | |
|---|---|---|---|
|
Endpoint | System.String |
Gets and sets the property Endpoint. The URL of the InfluxDB instance to write to. |
|
InfluxDBVersion | Amazon.IoT.InfluxDBVersion |
Gets and sets the property InfluxDBVersion.
The major version of the InfluxDB instance. Valid values are |
|
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. |
|
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. |
|
SecretType | Amazon.IoT.InfluxDBSecretType |
Gets and sets the property SecretType.
The type of the secret that contains the InfluxDB API token. Valid values are If omitted, IoT reads the secret as a string. |
.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