data class ActivityPolicyResponse(val retry: Any? = null, val retryIntervalInSeconds: Int? = null, val secureInput: Boolean? = null, val secureOutput: Boolean? = null, val timeout: Any? = null)
Specifies the timeout for the activity to run. The default timeout is 7 days. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|(0-9)):(60|(0-9)).