Interface CfnCampaign.SignalInformationProperty

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

@Stability(Stable) public static interface CfnCampaign.SignalInformationProperty extends software.amazon.jsii.JsiiSerializable
Information about a signal.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.iotfleetwise.*;
 SignalInformationProperty signalInformationProperty = SignalInformationProperty.builder()
         .name("name")
         // the properties below are optional
         .maxSampleCount(123)
         .minimumSamplingIntervalMs(123)
         .build();