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 properties of an existing InfluxDB topic rule destination, as returned by CreateTopicRuleDestination
and GetTopicRuleDestination.
Namespace: Amazon.IoT.Model
Assembly: AWSSDK.IoT.dll
Version: 3.x.y.z
public class InfluxDBDestinationProperties
The InfluxDBDestinationProperties type exposes the following members
| Name | Description | |
|---|---|---|
|
InfluxDBDestinationProperties() |
| Name | Type | Description | |
|---|---|---|---|
|
Endpoint | System.String |
Gets and sets the property Endpoint. The URL of the InfluxDB instance that the destination writes 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 that is read from the secret value when the secret contains a JSON object. |
|
SecretType | Amazon.IoT.InfluxDBSecretType |
Gets and sets the property SecretType.
The type of the secret that contains the InfluxDB API token. Valid values are |
.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