Interface CfnCampaignPropsMixin.ConditionBasedCollectionSchemeProperty

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

@Stability(Stable) public static interface CfnCampaignPropsMixin.ConditionBasedCollectionSchemeProperty extends software.amazon.jsii.JsiiSerializable
Information about a collection scheme that uses a simple logical expression to recognize what data to collect.

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.iotfleetwise.*;
 ConditionBasedCollectionSchemeProperty conditionBasedCollectionSchemeProperty = ConditionBasedCollectionSchemeProperty.builder()
         .conditionLanguageVersion(123)
         .expression("expression")
         .minimumTriggerIntervalMs(123)
         .triggerMode("triggerMode")
         .build();
 

See Also: