maximumRecordAgeInSeconds property
Maximum age of a record that Lambda sends to a function for processing. Only available for stream sources (DynamoDB and Kinesis). Must be either -1 (forever, and the default value) or between 60 and 604800 (inclusive).
Implementation
late final pulumi.Output<int> maximumRecordAgeInSeconds;