Show / Hide Table of Contents

Class CfnTopicRulePropsMixin.InfluxDBActionProperty

Inheritance
object
CfnTopicRulePropsMixin.InfluxDBActionProperty
Implements
CfnTopicRulePropsMixin.IInfluxDBActionProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-influxdbaction.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-influxdbaction.html

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-influxdbaction.html#cfn-iot-topicrule-influxdbaction-batchconfig

Type union: either IResolvable or CfnTopicRulePropsMixin.IInfluxDBBatchConfigProperty

DatabaseName

public string? DatabaseName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-influxdbaction.html#cfn-iot-topicrule-influxdbaction-databasename

DestinationArn

public string? DestinationArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-influxdbaction.html#cfn-iot-topicrule-influxdbaction-destinationarn

Organization

public string? Organization { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-influxdbaction.html#cfn-iot-topicrule-influxdbaction-organization

RoleArn

public string? RoleArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-influxdbaction.html#cfn-iot-topicrule-influxdbaction-rolearn

TableName

public string? TableName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-influxdbaction.html#cfn-iot-topicrule-influxdbaction-tablename

Tags

public IDictionary<string, string>? Tags { get; set; }
Property Value

IDictionary<string, string>

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-influxdbaction.html#cfn-iot-topicrule-influxdbaction-tags

TimestampUnit

public string? TimestampUnit { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-influxdbaction.html#cfn-iot-topicrule-influxdbaction-timestampunit

Implements

CfnTopicRulePropsMixin.IInfluxDBActionProperty
Back to top Generated by DocFX