Class KinesisSourceParameters.Jsii$Proxy
- All Implemented Interfaces:
KinesisSourceParameters,StreamSourceParameters,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
KinesisSourceParameters
KinesisSourceParameters-
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.sources.alpha.KinesisSourceParameters
KinesisSourceParameters.Builder, KinesisSourceParameters.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theKinesisSourceParameters.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 Number(experimental) The maximum number of records to include in each batch.final Object(experimental) Define the target to send dead-letter queue events to.final Duration(experimental) The maximum length of a time to wait for events.final Duration(experimental) Discard records older than the specified age.final Number(experimental) Discard records after the specified number of retries.(experimental) Define how to handle item process failures.final Number(experimental) The number of batches to process concurrently from each shard.final KinesisStartingPosition(experimental) The position in a stream from which to start reading.final Instant(experimental) With StartingPosition set to AT_TIMESTAMP, the time from which to start reading, in ISO 8601 format.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 theKinesisSourceParameters.Builder.
-
-
Method Details
-
getStartingPosition
Description copied from interface:KinesisSourceParameters(experimental) The position in a stream from which to start reading.- Specified by:
getStartingPositionin interfaceKinesisSourceParameters- See Also:
-
getStartingPositionTimestamp
Description copied from interface:KinesisSourceParameters(experimental) With StartingPosition set to AT_TIMESTAMP, the time from which to start reading, in ISO 8601 format.Default: - no starting position timestamp
Example:
new Date(Date.UTC(1969, 10, 20, 0, 0, 0));
- Specified by:
getStartingPositionTimestampin interfaceKinesisSourceParameters- See Also:
-
getBatchSize
Description copied from interface:StreamSourceParameters(experimental) The maximum number of records to include in each batch.Default: 1
- Specified by:
getBatchSizein interfaceStreamSourceParameters- See Also:
-
getDeadLetterTarget
Description copied from interface:StreamSourceParameters(experimental) Define the target to send dead-letter queue events to.The dead-letter queue stores any events that are not successfully delivered to a Pipes target after all retry attempts are exhausted. You can then resolve the issue that caused the failed invocations and replay the events at a later time. In some cases, such as when access is denied to a resource, events are sent directly to the dead-letter queue and are not retried.
Returns union: either
IQueueorITopicDefault: - no dead-letter queue or topic
- Specified by:
getDeadLetterTargetin interfaceStreamSourceParameters- See Also:
-
getMaximumBatchingWindow
Description copied from interface:StreamSourceParameters(experimental) The maximum length of a time to wait for events.Default: - the events will be handled immediately
- Specified by:
getMaximumBatchingWindowin interfaceStreamSourceParameters- See Also:
-
getMaximumRecordAge
Description copied from interface:StreamSourceParameters(experimental) 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.
Default: -1 - EventBridge won't discard old records
- Specified by:
getMaximumRecordAgein interfaceStreamSourceParameters- See Also:
-
getMaximumRetryAttempts
Description copied from interface:StreamSourceParameters(experimental) 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.
Default: -1 - EventBridge will retry failed records until the record expires in the event source
- Specified by:
getMaximumRetryAttemptsin interfaceStreamSourceParameters- See Also:
-
getOnPartialBatchItemFailure
Description copied from interface:StreamSourceParameters(experimental) Define how to handle item process failures.halves each batch and will retry each half until all the records are processed or there is one failed message left in the batch.invalid reference
OnPartialBatchItemFailure.AUTOMATIC_BISECTDefault: off - EventBridge will retry the entire batch
- Specified by:
getOnPartialBatchItemFailurein interfaceStreamSourceParameters- See Also:
-
getParallelizationFactor
Description copied from interface:StreamSourceParameters(experimental) The number of batches to process concurrently from each shard.Default: 1
- Specified by:
getParallelizationFactorin interfaceStreamSourceParameters- 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()
-