retentionPeriod property

Input<int?>? retentionPeriod
final

Number of days to retain the function's execution state. Valid value between 1 and 90. If not specified, the function's execution state is not retained. Defaults to 14.

Implementation

final pulumi.Input<int?>? retentionPeriod;