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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iotfleetwise.CfnCampaign.SignalInformationProperty
CfnCampaign.SignalInformationProperty.Builder, CfnCampaign.SignalInformationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCampaign.SignalInformationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The ID of the data partition this signal is associated with.final Number
The maximum number of samples to collect.final Number
The minimum duration of time (in milliseconds) between two triggering events to collect data.final String
getName()
The name of the signal.final int
hashCode()
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.SignalInformationProperty
The name of the signal.- Specified by:
getName
in interfaceCfnCampaign.SignalInformationProperty
- See Also:
-
getDataPartitionId
Description copied from interface:CfnCampaign.SignalInformationProperty
The 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 usingdefault
for an established default partition. You can establish a default partition in theDataPartition
data 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:
getDataPartitionId
in interfaceCfnCampaign.SignalInformationProperty
- See Also:
-
getMaxSampleCount
Description copied from interface:CfnCampaign.SignalInformationProperty
The maximum number of samples to collect.- Specified by:
getMaxSampleCount
in interfaceCfnCampaign.SignalInformationProperty
- See Also:
-
getMinimumSamplingIntervalMs
Description copied from interface:CfnCampaign.SignalInformationProperty
The 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:
getMinimumSamplingIntervalMs
in interfaceCfnCampaign.SignalInformationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-