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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.pipes.CfnPipe.PipeSourceKinesisStreamParametersProperty
CfnPipe.PipeSourceKinesisStreamParametersProperty.Builder, CfnPipe.PipeSourceKinesisStreamParametersProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPipe.PipeSourceKinesisStreamParametersProperty.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
The maximum number of records to include in each batch.final Object
Define the target queue to send dead-letter queue events to.final Number
The maximum length of a time to wait for events.final Number
Discard records older than the specified age.final Number
Discard records after the specified number of retries.final String
Define how to handle item process failures.final Number
The number of batches to process concurrently from each shard.final String
The position in a stream from which to start reading.final String
WithStartingPosition
set toAT_TIMESTAMP
, the time from which to start reading, in Unix time seconds.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 theCfnPipe.PipeSourceKinesisStreamParametersProperty.Builder
.
-
-
Method Details
-
getStartingPosition
Description copied from interface:CfnPipe.PipeSourceKinesisStreamParametersProperty
The position in a stream from which to start reading.- Specified by:
getStartingPosition
in interfaceCfnPipe.PipeSourceKinesisStreamParametersProperty
- See Also:
-
getBatchSize
Description copied from interface:CfnPipe.PipeSourceKinesisStreamParametersProperty
The maximum number of records to include in each batch.- Specified by:
getBatchSize
in interfaceCfnPipe.PipeSourceKinesisStreamParametersProperty
- See Also:
-
getDeadLetterConfig
Description copied from interface:CfnPipe.PipeSourceKinesisStreamParametersProperty
Define the target queue to send dead-letter queue events to.- Specified by:
getDeadLetterConfig
in interfaceCfnPipe.PipeSourceKinesisStreamParametersProperty
- See Also:
-
getMaximumBatchingWindowInSeconds
Description copied from interface:CfnPipe.PipeSourceKinesisStreamParametersProperty
The maximum length of a time to wait for events.- Specified by:
getMaximumBatchingWindowInSeconds
in interfaceCfnPipe.PipeSourceKinesisStreamParametersProperty
- See Also:
-
getMaximumRecordAgeInSeconds
Description copied from interface:CfnPipe.PipeSourceKinesisStreamParametersProperty
Discard 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:
getMaximumRecordAgeInSeconds
in interfaceCfnPipe.PipeSourceKinesisStreamParametersProperty
- See Also:
-
getMaximumRetryAttempts
Description copied from interface:CfnPipe.PipeSourceKinesisStreamParametersProperty
Discard 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:
getMaximumRetryAttempts
in interfaceCfnPipe.PipeSourceKinesisStreamParametersProperty
- See Also:
-
getOnPartialBatchItemFailure
Description copied from interface:CfnPipe.PipeSourceKinesisStreamParametersProperty
Define how to handle item process failures.AUTOMATIC_BISECT
halves each batch and retry each half until all the records are processed or there is one failed message left in the batch.- Specified by:
getOnPartialBatchItemFailure
in interfaceCfnPipe.PipeSourceKinesisStreamParametersProperty
- See Also:
-
getParallelizationFactor
Description copied from interface:CfnPipe.PipeSourceKinesisStreamParametersProperty
The number of batches to process concurrently from each shard.The default value is 1.
- Specified by:
getParallelizationFactor
in interfaceCfnPipe.PipeSourceKinesisStreamParametersProperty
- See Also:
-
getStartingPositionTimestamp
Description copied from interface:CfnPipe.PipeSourceKinesisStreamParametersProperty
WithStartingPosition
set toAT_TIMESTAMP
, the time from which to start reading, in Unix time seconds.- Specified by:
getStartingPositionTimestamp
in interfaceCfnPipe.PipeSourceKinesisStreamParametersProperty
- See Also:
-
$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()
-