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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.iotfleetwise.CfnCampaign.ConditionBasedCollectionSchemeProperty
CfnCampaign.ConditionBasedCollectionSchemeProperty.Builder, CfnCampaign.ConditionBasedCollectionSchemeProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCampaign.ConditionBasedCollectionSchemeProperty.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 NumberSpecifies the version of the conditional expression language.final StringThe logical expression used to recognize what data to collect.final NumberThe minimum duration of time between two triggering events to collect data, in milliseconds.final StringWhether to collect data for all triggering events (ALWAYS).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.ConditionBasedCollectionSchemeProperty.Builder.
-
-
Method Details
-
getExpression
Description copied from interface:CfnCampaign.ConditionBasedCollectionSchemePropertyThe logical expression used to recognize what data to collect.For example,
$variable.Vehicle.OutsideAirTemperature >= 105.0.- Specified by:
getExpressionin interfaceCfnCampaign.ConditionBasedCollectionSchemeProperty- See Also:
-
getConditionLanguageVersion
Description copied from interface:CfnCampaign.ConditionBasedCollectionSchemePropertySpecifies the version of the conditional expression language.- Specified by:
getConditionLanguageVersionin interfaceCfnCampaign.ConditionBasedCollectionSchemeProperty- See Also:
-
getMinimumTriggerIntervalMs
Description copied from interface:CfnCampaign.ConditionBasedCollectionSchemePropertyThe 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:
getMinimumTriggerIntervalMsin interfaceCfnCampaign.ConditionBasedCollectionSchemeProperty- See Also:
-
getTriggerMode
Description copied from interface:CfnCampaign.ConditionBasedCollectionSchemePropertyWhether 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:
getTriggerModein interfaceCfnCampaign.ConditionBasedCollectionSchemeProperty- 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()
-