Uses of Class
software.amazon.awscdk.services.events.targets.KinesisStream.Builder
Packages that use KinesisStream.Builder
Package
Description
Event Targets for Amazon EventBridge
-
Uses of KinesisStream.Builder in software.amazon.awscdk.services.events.targets
Methods in software.amazon.awscdk.services.events.targets that return KinesisStream.BuilderModifier and TypeMethodDescriptionstatic KinesisStream.BuilderKinesisStream.Builder.deadLetterQueue(IQueue deadLetterQueue) The SQS queue to be used as deadLetterQueue.KinesisStream.Builder.maxEventAge(Duration maxEventAge) The maximum age of a request that Lambda sends to a function for processing.KinesisStream.Builder.message(RuleTargetInput message) The message to send to the stream.KinesisStream.Builder.partitionKeyPath(String partitionKeyPath) Partition Key Path for records sent to this stream.KinesisStream.Builder.retryAttempts(Number retryAttempts) The maximum number of times to retry when the function returns an error.