Interface CfnCampaignPropsMixin.SignalInformationProperty

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

@Stability(Stable) public static interface CfnCampaignPropsMixin.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.mixins.preview.services.iotfleetwise.mixins.*;
 SignalInformationProperty signalInformationProperty = SignalInformationProperty.builder()
         .dataPartitionId("dataPartitionId")
         .maxSampleCount(123)
         .minimumSamplingIntervalMs(123)
         .name("name")
         .build();
 

See Also: