Class CfnPipe.PipeSourceKinesisStreamParametersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pipes.CfnPipe.PipeSourceKinesisStreamParametersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPipe.PipeSourceKinesisStreamParametersProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPipe.PipeSourceKinesisStreamParametersProperty
@Stability(Stable)
@Internal
public static final class CfnPipe.PipeSourceKinesisStreamParametersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPipe.PipeSourceKinesisStreamParametersProperty
An implementation for
CfnPipe.PipeSourceKinesisStreamParametersProperty-
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.pipes.CfnPipe.PipeSourceKinesisStreamParametersProperty
CfnPipe.PipeSourceKinesisStreamParametersProperty.Builder, CfnPipe.PipeSourceKinesisStreamParametersProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPipe.PipeSourceKinesisStreamParametersProperty.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 NumberThe maximum number of records to include in each batch.final ObjectDefine the target queue to send dead-letter queue events to.final NumberThe maximum length of a time to wait for events.final NumberDiscard records older than the specified age.final NumberDiscard records after the specified number of retries.final StringDefine how to handle item process failures.final NumberThe number of batches to process concurrently from each shard.final StringThe position in a stream from which to start reading.final StringWithStartingPositionset toAT_TIMESTAMP, the time from which to start reading, in Unix time seconds.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 theCfnPipe.PipeSourceKinesisStreamParametersProperty.Builder.
-
-
Method Details
-
getStartingPosition
Description copied from interface:CfnPipe.PipeSourceKinesisStreamParametersPropertyThe position in a stream from which to start reading.- Specified by:
getStartingPositionin interfaceCfnPipe.PipeSourceKinesisStreamParametersProperty- See Also:
-
getBatchSize
Description copied from interface:CfnPipe.PipeSourceKinesisStreamParametersPropertyThe maximum number of records to include in each batch.- Specified by:
getBatchSizein interfaceCfnPipe.PipeSourceKinesisStreamParametersProperty- See Also:
-
getDeadLetterConfig
Description copied from interface:CfnPipe.PipeSourceKinesisStreamParametersPropertyDefine the target queue to send dead-letter queue events to.Returns union: either
IResolvableorCfnPipe.DeadLetterConfigProperty- Specified by:
getDeadLetterConfigin interfaceCfnPipe.PipeSourceKinesisStreamParametersProperty- See Also:
-
getMaximumBatchingWindowInSeconds
Description copied from interface:CfnPipe.PipeSourceKinesisStreamParametersPropertyThe maximum length of a time to wait for events.- Specified by:
getMaximumBatchingWindowInSecondsin interfaceCfnPipe.PipeSourceKinesisStreamParametersProperty- See Also:
-
getMaximumRecordAgeInSeconds
Description copied from interface:CfnPipe.PipeSourceKinesisStreamParametersPropertyDiscard records older than the specified age.The default value is -1, which sets the maximum age to infinite. When the value is set to infinite, EventBridge never discards old records.
- Specified by:
getMaximumRecordAgeInSecondsin interfaceCfnPipe.PipeSourceKinesisStreamParametersProperty- See Also:
-
getMaximumRetryAttempts
Description copied from interface:CfnPipe.PipeSourceKinesisStreamParametersPropertyDiscard records after the specified number of retries.The default value is -1, which sets the maximum number of retries to infinite. When MaximumRetryAttempts is infinite, EventBridge retries failed records until the record expires in the event source.
- Specified by:
getMaximumRetryAttemptsin interfaceCfnPipe.PipeSourceKinesisStreamParametersProperty- See Also:
-
getOnPartialBatchItemFailure
Description copied from interface:CfnPipe.PipeSourceKinesisStreamParametersPropertyDefine how to handle item process failures.AUTOMATIC_BISECThalves each batch and retry each half until all the records are processed or there is one failed message left in the batch.- Specified by:
getOnPartialBatchItemFailurein interfaceCfnPipe.PipeSourceKinesisStreamParametersProperty- See Also:
-
getParallelizationFactor
Description copied from interface:CfnPipe.PipeSourceKinesisStreamParametersPropertyThe number of batches to process concurrently from each shard.The default value is 1.
- Specified by:
getParallelizationFactorin interfaceCfnPipe.PipeSourceKinesisStreamParametersProperty- See Also:
-
getStartingPositionTimestamp
Description copied from interface:CfnPipe.PipeSourceKinesisStreamParametersPropertyWithStartingPositionset toAT_TIMESTAMP, the time from which to start reading, in Unix time seconds.- Specified by:
getStartingPositionTimestampin interfaceCfnPipe.PipeSourceKinesisStreamParametersProperty- 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()
-