Class CfnTriggerPropsMixin.EventBatchingConditionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnTriggerPropsMixin.EventBatchingConditionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTriggerPropsMixin.EventBatchingConditionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTriggerPropsMixin.EventBatchingConditionProperty
@Stability(Stable)
@Internal
public static final class CfnTriggerPropsMixin.EventBatchingConditionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTriggerPropsMixin.EventBatchingConditionProperty
An implementation for
CfnTriggerPropsMixin.EventBatchingConditionProperty-
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.glue.CfnTriggerPropsMixin.EventBatchingConditionProperty
CfnTriggerPropsMixin.EventBatchingConditionProperty.Builder, CfnTriggerPropsMixin.EventBatchingConditionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTriggerPropsMixin.EventBatchingConditionProperty.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 NumberNumber of events that must be received from Amazon EventBridge before EventBridge event trigger fires.final NumberWindow of time in seconds after which EventBridge event trigger fires.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 theCfnTriggerPropsMixin.EventBatchingConditionProperty.Builder.
-
-
Method Details
-
getBatchSize
Description copied from interface:CfnTriggerPropsMixin.EventBatchingConditionPropertyNumber of events that must be received from Amazon EventBridge before EventBridge event trigger fires.- Specified by:
getBatchSizein interfaceCfnTriggerPropsMixin.EventBatchingConditionProperty- See Also:
-
getBatchWindow
Description copied from interface:CfnTriggerPropsMixin.EventBatchingConditionPropertyWindow of time in seconds after which EventBridge event trigger fires.Window starts when first event is received.
- Specified by:
getBatchWindowin interfaceCfnTriggerPropsMixin.EventBatchingConditionProperty- 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()
-