Class CfnCampaign.ConditionBasedCollectionSchemeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotfleetwise.CfnCampaign.ConditionBasedCollectionSchemeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCampaign.ConditionBasedCollectionSchemeProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnCampaign.ConditionBasedCollectionSchemeProperty
@Stability(Stable)
@Internal
public static final class CfnCampaign.ConditionBasedCollectionSchemeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCampaign.ConditionBasedCollectionSchemeProperty
An implementation for
CfnCampaign.ConditionBasedCollectionSchemeProperty
-
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.ConditionBasedCollectionSchemeProperty
CfnCampaign.ConditionBasedCollectionSchemeProperty.Builder, CfnCampaign.ConditionBasedCollectionSchemeProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCampaign.ConditionBasedCollectionSchemeProperty.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 Number
(Optional) Specifies the version of the conditional expression language.final String
The logical expression used to recognize what data to collect.final Number
(Optional) The minimum duration of time between two triggering events to collect data, in milliseconds.final String
(Optional) Whether to collect data for all triggering events (ALWAYS
).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.ConditionBasedCollectionSchemeProperty.Builder
.
-
-
Method Details
-
getExpression
Description copied from interface:CfnCampaign.ConditionBasedCollectionSchemeProperty
The logical expression used to recognize what data to collect.For example,
$variable.Vehicle.OutsideAirTemperature >= 105.0
.- Specified by:
getExpression
in interfaceCfnCampaign.ConditionBasedCollectionSchemeProperty
-
getConditionLanguageVersion
Description copied from interface:CfnCampaign.ConditionBasedCollectionSchemeProperty
(Optional) Specifies the version of the conditional expression language.- Specified by:
getConditionLanguageVersion
in interfaceCfnCampaign.ConditionBasedCollectionSchemeProperty
-
getMinimumTriggerIntervalMs
Description copied from interface:CfnCampaign.ConditionBasedCollectionSchemeProperty
(Optional) The minimum duration of time between two triggering events to collect data, in milliseconds.If a signal changes often, you might want to collect data at a slower rate.
- Specified by:
getMinimumTriggerIntervalMs
in interfaceCfnCampaign.ConditionBasedCollectionSchemeProperty
-
getTriggerMode
Description copied from interface:CfnCampaign.ConditionBasedCollectionSchemeProperty
(Optional) Whether to collect data for all triggering events (ALWAYS
).Specify (
RISING_EDGE
), or specify only when the condition first evaluates to false. For example, triggering on "AirbagDeployed"; Users aren't interested on triggering when the airbag is already exploded; they only care about the change from not deployed => deployed.- Specified by:
getTriggerMode
in interfaceCfnCampaign.ConditionBasedCollectionSchemeProperty
-
$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()
-