Interface CfnTopicRuleDestinationPropsMixin.InfluxDBDestinationPropertiesProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnTopicRuleDestinationPropsMixin.InfluxDBDestinationPropertiesProperty.Jsii$Proxy
Enclosing class:
CfnTopicRuleDestinationPropsMixin

@Stability(Stable) public static interface CfnTopicRuleDestinationPropsMixin.InfluxDBDestinationPropertiesProperty extends software.amazon.jsii.JsiiSerializable
Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.iot.*;
 InfluxDBDestinationPropertiesProperty influxDBDestinationPropertiesProperty = InfluxDBDestinationPropertiesProperty.builder()
         .endpoint("endpoint")
         .influxDbVersion("influxDbVersion")
         .secretId("secretId")
         .secretKey("secretKey")
         .secretType("secretType")
         .build();
 

See Also: