Class CfnCampaign.SignalInformationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotfleetwise.CfnCampaign.SignalInformationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCampaign.SignalInformationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCampaign.SignalInformationProperty
@Stability(Stable)
@Internal
public static final class CfnCampaign.SignalInformationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCampaign.SignalInformationProperty
An implementation for
CfnCampaign.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.services.iotfleetwise.CfnCampaign.SignalInformationProperty
CfnCampaign.SignalInformationProperty.Builder, CfnCampaign.SignalInformationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCampaign.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 theCfnCampaign.SignalInformationProperty.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnCampaign.SignalInformationPropertyThe name of the signal.- Specified by:
getNamein interfaceCfnCampaign.SignalInformationProperty- See Also:
-
getDataPartitionId
Description copied from interface:CfnCampaign.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 interfaceCfnCampaign.SignalInformationProperty- See Also:
-
getMaxSampleCount
Description copied from interface:CfnCampaign.SignalInformationPropertyThe maximum number of samples to collect.- Specified by:
getMaxSampleCountin interfaceCfnCampaign.SignalInformationProperty- See Also:
-
getMinimumSamplingIntervalMs
Description copied from interface:CfnCampaign.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 interfaceCfnCampaign.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()
-