Class CfnCampaignPropsMixin.SignalInformationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.iotfleetwise.mixins.CfnCampaignPropsMixin.SignalInformationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCampaignPropsMixin.SignalInformationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCampaignPropsMixin.SignalInformationProperty
@Stability(Stable)
@Internal
public static final class CfnCampaignPropsMixin.SignalInformationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCampaignPropsMixin.SignalInformationProperty
An implementation for
CfnCampaignPropsMixin.SignalInformationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.mixins.preview.services.iotfleetwise.mixins.CfnCampaignPropsMixin.SignalInformationProperty
CfnCampaignPropsMixin.SignalInformationProperty.Builder, CfnCampaignPropsMixin.SignalInformationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCampaignPropsMixin.SignalInformationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe ID of the data partition this signal is associated with.final NumberThe maximum number of samples to collect.final NumberThe minimum duration of time (in milliseconds) between two triggering events to collect data.final StringgetName()The name of the signal.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCampaignPropsMixin.SignalInformationProperty.Builder.
-
-
Method Details
-
getDataPartitionId
Description copied from interface:CfnCampaignPropsMixin.SignalInformationPropertyThe ID of the data partition this signal is associated with.The ID must match one of the IDs provided in
dataPartitions. This is accomplished either by specifying a particular data partition ID or by usingdefaultfor an established default partition. You can establish a default partition in theDataPartitiondata type.If you upload a signal as a condition for a campaign's data partition, the same signal must be included in
signalsToCollect. > Access to certain AWS IoT FleetWise features is currently gated. For more information, see AWS Region and feature availability in the AWS IoT FleetWise Developer Guide .- Specified by:
getDataPartitionIdin interfaceCfnCampaignPropsMixin.SignalInformationProperty- See Also:
-
getMaxSampleCount
Description copied from interface:CfnCampaignPropsMixin.SignalInformationPropertyThe maximum number of samples to collect.- Specified by:
getMaxSampleCountin interfaceCfnCampaignPropsMixin.SignalInformationProperty- See Also:
-
getMinimumSamplingIntervalMs
Description copied from interface:CfnCampaignPropsMixin.SignalInformationPropertyThe minimum duration of time (in milliseconds) between two triggering events to collect data.If a signal changes often, you might want to collect data at a slower rate.
- Specified by:
getMinimumSamplingIntervalMsin interfaceCfnCampaignPropsMixin.SignalInformationProperty- See Also:
-
getName
Description copied from interface:CfnCampaignPropsMixin.SignalInformationPropertyThe name of the signal.- Specified by:
getNamein interfaceCfnCampaignPropsMixin.SignalInformationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-