

This is the new *Amazon CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [Amazon CloudFormation User Guide](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::IoT::TopicRuleDestination InfluxDBDestinationProperties
<a name="aws-properties-iot-topicruledestination-influxdbdestinationproperties"></a>

<a name="aws-properties-iot-topicruledestination-influxdbdestinationproperties-description"></a>The `InfluxDBDestinationProperties` property type specifies Property description not available. for an [AWS::IoT::TopicRuleDestination](aws-resource-iot-topicruledestination.md).

## Syntax
<a name="aws-properties-iot-topicruledestination-influxdbdestinationproperties-syntax"></a>

To declare this entity in your Amazon CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-iot-topicruledestination-influxdbdestinationproperties-syntax.json"></a>

```
{
  "[Endpoint](#cfn-iot-topicruledestination-influxdbdestinationproperties-endpoint)" : {{String}},
  "[InfluxDBVersion](#cfn-iot-topicruledestination-influxdbdestinationproperties-influxdbversion)" : {{String}},
  "[SecretId](#cfn-iot-topicruledestination-influxdbdestinationproperties-secretid)" : {{String}},
  "[SecretKey](#cfn-iot-topicruledestination-influxdbdestinationproperties-secretkey)" : {{String}},
  "[SecretType](#cfn-iot-topicruledestination-influxdbdestinationproperties-secrettype)" : {{String}}
}
```

### YAML
<a name="aws-properties-iot-topicruledestination-influxdbdestinationproperties-syntax.yaml"></a>

```
  [Endpoint](#cfn-iot-topicruledestination-influxdbdestinationproperties-endpoint): {{String}}
  [InfluxDBVersion](#cfn-iot-topicruledestination-influxdbdestinationproperties-influxdbversion): {{String}}
  [SecretId](#cfn-iot-topicruledestination-influxdbdestinationproperties-secretid): {{String}}
  [SecretKey](#cfn-iot-topicruledestination-influxdbdestinationproperties-secretkey): {{String}}
  [SecretType](#cfn-iot-topicruledestination-influxdbdestinationproperties-secrettype): {{String}}
```

## Properties
<a name="aws-properties-iot-topicruledestination-influxdbdestinationproperties-properties"></a>

`Endpoint`  <a name="cfn-iot-topicruledestination-influxdbdestinationproperties-endpoint"></a>
Property description not available.  
*Required*: Yes  
*Type*: String  
*Update requires*: [Replacement](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`InfluxDBVersion`  <a name="cfn-iot-topicruledestination-influxdbdestinationproperties-influxdbversion"></a>
Property description not available.  
*Required*: Yes  
*Type*: String  
*Update requires*: [Replacement](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`SecretId`  <a name="cfn-iot-topicruledestination-influxdbdestinationproperties-secretid"></a>
Property description not available.  
*Required*: Yes  
*Type*: String  
*Update requires*: [Replacement](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`SecretKey`  <a name="cfn-iot-topicruledestination-influxdbdestinationproperties-secretkey"></a>
Property description not available.  
*Required*: No  
*Type*: String  
*Update requires*: [Replacement](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`SecretType`  <a name="cfn-iot-topicruledestination-influxdbdestinationproperties-secrettype"></a>
Property description not available.  
*Required*: No  
*Type*: String  
*Update requires*: [Replacement](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)