Class CfnCampaignPropsMixin.ConditionBasedCollectionSchemeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iotfleetwise.CfnCampaignPropsMixin.ConditionBasedCollectionSchemeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCampaignPropsMixin.ConditionBasedCollectionSchemeProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCampaignPropsMixin.ConditionBasedCollectionSchemeProperty
@Stability(Stable)
@Internal
public static final class CfnCampaignPropsMixin.ConditionBasedCollectionSchemeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCampaignPropsMixin.ConditionBasedCollectionSchemeProperty
An implementation for
CfnCampaignPropsMixin.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.cfnpropertymixins.services.iotfleetwise.CfnCampaignPropsMixin.ConditionBasedCollectionSchemeProperty
CfnCampaignPropsMixin.ConditionBasedCollectionSchemeProperty.Builder, CfnCampaignPropsMixin.ConditionBasedCollectionSchemeProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCampaignPropsMixin.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 theCfnCampaignPropsMixin.ConditionBasedCollectionSchemeProperty.Builder.
-
-
Method Details
-
getConditionLanguageVersion
Description copied from interface:CfnCampaignPropsMixin.ConditionBasedCollectionSchemePropertySpecifies the version of the conditional expression language.- Specified by:
getConditionLanguageVersionin interfaceCfnCampaignPropsMixin.ConditionBasedCollectionSchemeProperty- See Also:
-
getExpression
Description copied from interface:CfnCampaignPropsMixin.ConditionBasedCollectionSchemePropertyThe logical expression used to recognize what data to collect.For example,
$variable.Vehicle.OutsideAirTemperature >= 105.0.- Specified by:
getExpressionin interfaceCfnCampaignPropsMixin.ConditionBasedCollectionSchemeProperty- See Also:
-
getMinimumTriggerIntervalMs
Description copied from interface:CfnCampaignPropsMixin.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 interfaceCfnCampaignPropsMixin.ConditionBasedCollectionSchemeProperty- See Also:
-
getTriggerMode
Description copied from interface:CfnCampaignPropsMixin.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 interfaceCfnCampaignPropsMixin.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()
-