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 properties of an existing InfluxDB topic rule destination, as returned by CreateTopicRuleDestination and GetTopicRuleDestination.

Inheritance Hierarchy

System.Object
  Amazon.IoT.Model.InfluxDBDestinationProperties

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

Syntax

C#
public class InfluxDBDestinationProperties

The InfluxDBDestinationProperties 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 that the destination writes 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 that is read from the secret value when the secret contains a JSON object.

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.

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