Class CfnTopicRulePropsMixin.InfluxDBActionProperty
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.IoT
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTopicRulePropsMixin.InfluxDBActionProperty : CfnTopicRulePropsMixin.IInfluxDBActionProperty
Syntax (vb)
Public Class CfnTopicRulePropsMixin.InfluxDBActionProperty Implements CfnTopicRulePropsMixin.IInfluxDBActionProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.IoT;
var influxDBActionProperty = new InfluxDBActionProperty {
BatchConfig = new InfluxDBBatchConfigProperty {
BatchAcrossTopics = false,
MaxBatchOpenMs = 123,
MaxBatchSize = 123,
MaxBatchSizeBytes = 123
},
DatabaseName = "databaseName",
DestinationArn = "destinationArn",
Organization = "organization",
RoleArn = "roleArn",
TableName = "tableName",
Tags = new Dictionary<string, string> {
{ "tagsKey", "tags" }
},
TimestampUnit = "timestampUnit"
};
Synopsis
Constructors
| InfluxDBActionProperty() |
Properties
| BatchConfig | |
| DatabaseName | |
| DestinationArn | |
| Organization | |
| RoleArn | |
| TableName | |
| Tags | |
| TimestampUnit |
Constructors
InfluxDBActionProperty()
public InfluxDBActionProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.IoT;
var influxDBActionProperty = new InfluxDBActionProperty {
BatchConfig = new InfluxDBBatchConfigProperty {
BatchAcrossTopics = false,
MaxBatchOpenMs = 123,
MaxBatchSize = 123,
MaxBatchSizeBytes = 123
},
DatabaseName = "databaseName",
DestinationArn = "destinationArn",
Organization = "organization",
RoleArn = "roleArn",
TableName = "tableName",
Tags = new Dictionary<string, string> {
{ "tagsKey", "tags" }
},
TimestampUnit = "timestampUnit"
};
Properties
BatchConfig
public object? BatchConfig { get; set; }
Property Value
Remarks
DatabaseName
public string? DatabaseName { get; set; }
Property Value
Remarks
DestinationArn
public string? DestinationArn { get; set; }
Property Value
Remarks
Organization
public string? Organization { get; set; }
Property Value
Remarks
RoleArn
public string? RoleArn { get; set; }
Property Value
Remarks
TableName
public string? TableName { get; set; }
Property Value
Remarks
Tags
public IDictionary<string, string>? Tags { get; set; }
Property Value
Remarks
TimestampUnit
public string? TimestampUnit { get; set; }