update property

Input<String?>? update
final

A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).

Implementation

final pulumi.Input<String?>? update;