Class StreamSourceParameters.Jsii$Proxy
- All Implemented Interfaces:
StreamSourceParameters
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
StreamSourceParameters
StreamSourceParameters
-
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.sources.alpha.StreamSourceParameters
StreamSourceParameters.Builder, StreamSourceParameters.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(StreamSourceParameters.Builder builder) Constructor that initializes the object based on literal property values passed by theStreamSourceParameters.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
(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 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 theStreamSourceParameters.Builder
.
-
-
Method Details
-
getBatchSize
Description copied from interface:StreamSourceParameters
(experimental) The maximum number of records to include in each batch.Default: 1
- Specified by:
getBatchSize
in 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.
Default: - no dead-letter queue or topic
- Specified by:
getDeadLetterTarget
in 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:
getMaximumBatchingWindow
in 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:
getMaximumRecordAge
in 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:
getMaximumRetryAttempts
in interfaceStreamSourceParameters
- See Also:
-
getOnPartialBatchItemFailure
Description copied from interface:StreamSourceParameters
(experimental) Define how to handle item process failures.invalid @link
OnPartialBatchItemFailure.AUTOMATIC_BISECT
Default: off - EventBridge will retry the entire batch
- Specified by:
getOnPartialBatchItemFailure
in interfaceStreamSourceParameters
- See Also:
-
getParallelizationFactor
Description copied from interface:StreamSourceParameters
(experimental) The number of batches to process concurrently from each shard.Default: 1
- Specified by:
getParallelizationFactor
in interfaceStreamSourceParameters
- 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()
-